Skip to content

Commit

Permalink
fix(pyproject.toml): update aiohttp dependency to allow versions >=3.…
Browse files Browse the repository at this point in the history
…8.4 to ensure compatibility with newer versions

chore(pyproject.toml): remove unused pytest-loguru dependency to clean up project dependencies
  • Loading branch information
NodeJSmith committed Dec 23, 2024
1 parent 3b9e0e9 commit 87a21a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 53 deletions.
53 changes: 2 additions & 51 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
aiohttp = "3.10.*"
aiohttp = ">=3.8.4"
humanize = "^4.9.0"
inflection = "0.5.*"
pint = "0.24.*"
Expand All @@ -40,7 +40,6 @@ pre-commit = "3.7.1"
pytest = "8.2.2"
pytest-asyncio = "0.23.7"
pytest-cov = "5.0.0"
pytest-loguru = "0.4.0"
tox = "4.15.1"
twine = "5.1.1"

Expand Down

0 comments on commit 87a21a4

Please sign in to comment.