Skip to content

Commit

Permalink
Merge remote-tracking branch 'public/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM committed Dec 4, 2024
2 parents 68b8a01 + 42fcbc2 commit 7c5b74d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiosignal==1.3.1
asgiref==3.8.1
attrs==24.2.0
Expand All @@ -25,4 +25,4 @@
tzdata==2024.2
urllib3==2.2.3
XlsxWriter==3.2.0
yarl==1.18.0
yarl==1.18.3
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ py_modules =
manage
python_requires = >=3.10
install_requires =
aiohttp==3.11.8
aiohttp==3.11.9
aiosignal==1.3.1
asgiref==3.8.1
attrs==24.2.0
Expand Down Expand Up @@ -74,6 +74,6 @@ install_requires =
tzdata==2024.2
urllib3==2.2.3
XlsxWriter==3.2.0
yarl==1.18.0
yarl==1.18.3

zip_safe = False

0 comments on commit 7c5b74d

Please sign in to comment.