Browse Source

Fix trial-olddeps (#13725)

tags/v1.68.0rc1
Erik Johnston 1 year ago
committed by GitHub
parent
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. +1
    -0
      changelog.d/13725.misc
  2. +1
    -1
      poetry.lock
  3. +1
    -1
      pyproject.toml

+ 1
- 0
changelog.d/13725.misc View File

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

+ 1
- 1
poetry.lock 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 = [


+ 1
- 1
pyproject.toml 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"


Loading…
Cancel
Save