Fix trial-olddeps (#13725)

This commit is contained in:
Erik Johnston 2022-09-06 15:21:55 +01:00 committed by GitHub
parent a4ecb8e353
commit 3d20115115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
changelog.d/13725.misc Normal file
View File

@ -0,0 +1 @@
Update trial old deps CI to use poetry 1.2.0.

2
poetry.lock generated
View File

@ -1600,7 +1600,7 @@ url_preview = ["lxml"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7.1"
content-hash = "7de518bf27967b3547eab8574342cfb67f87d6b47b4145c13de11112141dbf2d"
content-hash = "0df36bf75561fef340a7af704ed379b235f07a7d4a231aaccec5e7afb87159ca"
[metadata.files]
attrs = [

View File

@ -126,7 +126,7 @@ pyOpenSSL = ">=16.0.0"
PyYAML = ">=3.11"
pyasn1 = ">=0.1.9"
pyasn1-modules = ">=0.0.7"
bcrypt = ">=3.1.0"
bcrypt = ">=3.1.7"
Pillow = ">=5.4.0"
sortedcontainers = ">=1.4.4"
pymacaroons = ">=0.13.0"