Skip to content

Commit

Permalink
Bump urllib3 from 1.26.16 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 2.0.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.16...2.0.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2023
1 parent 2484753 commit 07a3979
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ django-recurrence = "^1.11.1"
redis = {version = "^4.3.4", optional = true}
django-oauth-toolkit = "^2.3.0"
mozilla-django-oidc = "^3.0.0"
urllib3 = "^1.26.0,<2.0.0" # pinned because of poetry issues with urllib3 2.0.0
urllib3 = ">=1.26,<3.0" # pinned because of poetry issues with urllib3 2.0.0

[tool.poetry.extras]
pgsql = ["psycopg2"]
Expand Down

0 comments on commit 07a3979

Please sign in to comment.