Skip to content

Commit

Permalink
build(deps): Update urllib3 requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.2...2.3.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 4fb90ad commit 3c5e44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"requests<2.33,>=2.32",
"simple-sqlite3-orm<0.8,>=0.7",
"typing-extensions>=4.6.3",
"urllib3<2.3,>=2.2.2",
"urllib3>=2.2.2,<2.4",
"uvicorn[standard]>=0.30,<0.35",
"zstandard<0.24,>=0.22",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pyyaml<7,>=6.0.1
requests<2.33,>=2.32
simple-sqlite3-orm<0.8,>=0.7
typing-extensions>=4.6.3
urllib3<2.3,>=2.2.2
urllib3>=2.2.2,<2.4
uvicorn[standard]>=0.30,<0.35
zstandard<0.24,>=0.22

0 comments on commit 3c5e44e

Please sign in to comment.