Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Update requirements bot committed Jul 15, 2024
1 parent 5b5bddd commit 2a7557f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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 @@ -22,13 +22,13 @@ classifiers = [
[tool.poetry.dependencies]
beautifulsoup4 = "<5,>=4.10.0"
packaging = "<25,>=23.1"
pip = "<25,>=23.1"
pip = "<25,>=23.2"
python = "<4,>=3.10"
python-dateutil = "<3,>=2.7.0"
requests = "<3,>=2.30.0"
tomlkit = "<0.13,>=0.10.0"
tomlkit = "<0.14,>=0.11.0"
typing-extensions = "<5,>=4.7.0"
virtualenv = "<21,>=20.23.0"
virtualenv = "<21,>=20.24.0"

[tool.poetry.group.dev.dependencies]
black = "<24.5,>=24.4"
Expand Down

0 comments on commit 2a7557f

Please sign in to comment.