Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent b139d49 commit 50ad0ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 37 deletions.
53 changes: 19 additions & 34 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ terminaltables = "^3.1.0"
Pillow = "^9.1.0"
tqdm = "^4.64.1"
urllib3 = [
{version = "<=1.22", python = ">=3.8,<3.9"},
{version = "^1.23", python = ">=3.9"}
{version = "<=2.0.7", python = ">=3.8,<3.9"},
{version = ">=1.23,<3.0", python = ">=3.9"}
] # Temp pin because of crash issue
scipy = [
{version = "<=1.6", python = ">=3.8,<3.9"},
{version = "^1.9", python = ">=3.9,<4.0"}
]
imgaug = "^0.4.0"
torchsummary = "^1.5.1"
numpy = "^1.23.4"
numpy = ">=1.23,<3.0.4"

[tool.poetry.dev-dependencies]
profilehooks = "^1.12.0"
Expand Down

0 comments on commit 50ad0ad

Please sign in to comment.