Skip to content

Commit

Permalink
Merge pull request #1215 from dlminvestments/renovate/pypi-urllib3-vu…
Browse files Browse the repository at this point in the history
…lnerability

chore(deps): update dependency urllib3 to v2.2.2 [security]
  • Loading branch information
dlminvestments authored Jun 21, 2024
2 parents 8251532 + 1016bc2 commit 4c86451
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 = "^1.0.0"
httpretty = "^1.0"
zipp = { version = "^3.4", python = "<3.8"}
# temporary workaround for https://github.com/python-poetry/poetry/issues/3404
urllib3 = "2.2.1"
urllib3 = "2.2.2"

[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,7 +21,7 @@ django-oauth2-provider==0.2.6.1

djangorestframework==3.15.1

urllib3==2.2.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability

unittest-xml-reporting==3.2.0
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
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.15.1

urllib3==2.2.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability


tensorflow==2.16.1
Expand Down

0 comments on commit 4c86451

Please sign in to comment.