Skip to content

Commit

Permalink
Updated requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
asherpasha committed Dec 1, 2024
1 parent 0823a1f commit 4d7746c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bar-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.9, 3.10.14, 3.11, 3.12]
python-version: [3.9, 3.10.15, 3.11, 3.12, 3.13]

services:
redis:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
aniso8601==9.0.1
async-timeout==5.0.1
attrs==24.2.0
black==24.8.0
blinker==1.8.2
black==24.10.0
blinker==1.9.0
cachelib==0.9.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
coverage==7.6.1
coverage==7.6.8
Deprecated==1.2.15
flake8==7.1.1
Flask==3.0.3
Flask==3.1.0
Flask-Caching==2.3.0
Flask-Cors==5.0.0
Flask-Limiter==3.9.2
Expand Down

0 comments on commit 4d7746c

Please sign in to comment.