Skip to content

Commit

Permalink
Update urllib3 requirement from <2 to <3
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@0.3...v2.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Jul 10, 2024
1 parent 6671ae9 commit 6b470fe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,26 @@ authors = [
{ name = "Richard Pobering", email = "richard.pobering@panodata.org" },
]
requires-python = ">=3.8"
dependencies = [
"click<9",
"colorama<1",
"crash",
"crate[sqlalchemy]",
"ddlgenerator<0.2",
"frictionless[excel,json,ods,parquet,sql]<5.6",
"fsspec[gcs,github,http,s3]==2023.1",
"json_stream<3",
"line-protocol-parser<2",
"odfpy<2",
"pandas<1.6",
"requests<2.32",
"sql-formatter<0.7",
"sqlmakeuper<0.2",
"urllib3<3",
]
dynamic = [
"version",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand Down

0 comments on commit 6b470fe

Please sign in to comment.