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 Mar 11, 2024
1 parent 50298fd commit db1358c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
126 changes: 63 additions & 63 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ classifiers = [

[tool.poetry.dependencies]
beautifulsoup4 = "<5,>=4.10.0"
packaging = "<24,>=23.0"
packaging = "<25,>=23.0"
pip = "<25,>=23.0"
python = "<4,>=3.10"
python-dateutil = "<3,>=2.6.0"
python-dateutil = "<3,>=2.7.0"
requests = "<3,>=2.28.0"
tomlkit = "<0.13,>=0.10.0"
typing-extensions = "<5,>=4.5.0"
virtualenv = "<21,>=20.19.0"
virtualenv = "<21,>=20.20.0"

[tool.poetry.group.dev.dependencies]
black = "<24.3,>=24.2"
isort = "<5.14,>=5.13"
mypy = "<1.9,>=1.8"
mypy = "<1.10,>=1.9"
pylint = "<3.2,>=3.1"
pytest = "<8.1,>=8.0"
pytest = "<8.2,>=8.1"
pytest-asyncio = "<0.23.6,>=0.23.5"
taskipy = "<1.13,>=1.12"
types-beautifulsoup4 = "<5,>=4.10"
Expand Down

0 comments on commit db1358c

Please sign in to comment.