Skip to content

Commit

Permalink
Merge pull request #950 from dlminvestments/renovate/urllib3-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency urllib3 to v2.0.4
  • Loading branch information
dlminvestments authored Jul 29, 2023
2 parents 3bfa021 + 95200a1 commit a1e2e0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pytest-sugar = "^0.9.2"
httpretty = "^1.0"
zipp = { version = "^3.4", python = "<3.8"}
# temporary workaround for https://github.com/python-poetry/poetry/issues/3404
urllib3 = "2.0.3"
urllib3 = "2.0.4"

[tool.poetry.scripts]
poetry = "poetry.console:main"
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ django-oauth2-provider==0.2.6.1

djangorestframework==3.14.0

urllib3==2.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==2.0.4 # not directly required, pinned by Snyk to avoid a vulnerability

unittest-xml-reporting==3.2.0
2 changes: 1 addition & 1 deletion requirements/requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ django-oauth2-provider==0.2.6.1

djangorestframework==3.14.0

urllib3==1.26.16 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==2.0.4 # not directly required, pinned by Snyk to avoid a vulnerability


tensorflow==2.13.0
Expand Down

0 comments on commit a1e2e0d

Please sign in to comment.