Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
{ name = "Manfred Dennerlein Rodelo", email = "manfred@dennerlein.name" }
]
dependencies = [
"aiohttp>=3.10",
"aiohttp~=3.13.0",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"aiohttp~=3.13.0",
"aiohttp>=3.13.0",

"mashumaro>=3.13",
"orjson>=3.10"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp~=3.11
aiohttp~=3.13.0
mashumaro>=3.13.1
orjson>=3.11.7
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp~=3.11
aiohttp~=3.13.0
mypy>=2.1.0
pydantic>=2.13.4
pre-commit>=4.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aioresponses>=0.7.8
pytest-asyncio>=1.3.0
pytest-asyncio>=1.4.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be bumped by dependabot

Suggested change
pytest-asyncio>=1.4.0
pytest-asyncio>=1.3.0

pytest-cov>=7.1.0
pytest>=9.0.3
python-dotenv>=1.2.2
Expand Down
Loading