Skip to content

Commit

Permalink
Update requiements
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Sep 5, 2024
1 parent 0588b70 commit 1b5f8cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ classifiers = [
]
requires-python = ">=3.12.0"
dependencies = [
"aiohttp>=3.9.3",
"orjson>=3.9.15",
"python-slugify>=8.0.4",
"voluptuous>=0.13.1",
"aiohttp>=3.10.0",
"orjson>=3.10.0",
"python-slugify>=8.0.0",
"voluptuous>=0.14.0",
]

[project.urls]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp>=3.9.5
orjson>=3.9.15
aiohttp>=3.10.5
orjson>=3.10.7
python-slugify>=8.0.4
voluptuous>=0.13.1
voluptuous>=0.15.2
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ pytest-socket==0.7.0
pytest-timeout==2.3.1
pytest==8.3.2
types-python-slugify==8.0.2.20240310
uv==0.4.5

0 comments on commit 1b5f8cb

Please sign in to comment.