Skip to content

Commit

Permalink
Constraint urllib3 insteadl
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 8, 2023
1 parent be6a42f commit 61b0437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pendulum = "^2.1.0"
click = "~=8.0"
fs = "^2.4.16"
PyJWT = "~=2.4"
requests = ">=2.25.1,<2.30"
requests = "^2.25.1"
cryptography = ">=3.4.6,<41.0.0"
importlib-metadata = {version = "<5.0.0", markers = "python_version < \"3.8\""}
importlib-resources = {version = "5.12.0", markers = "python_version < \"3.9\""}
Expand All @@ -59,6 +59,8 @@ simplejson = "^3.17.6"
jsonschema = "^4.16.0"
pytz = ">=2022.2.1,<2024.0.0"
PyYAML = "^6.0"
# urllib3 2.0 is not compatible with botocore
urllib3 = ">=1.26,<2"

# Sphinx dependencies installed as optional 'docs' extras
# https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-664002569
Expand Down

0 comments on commit 61b0437

Please sign in to comment.