Skip to content

Commit 4d7746c

Browse files
committed
Updated requirements.
1 parent 0823a1f commit 4d7746c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/bar-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
16-
python-version: [3.9, 3.10.14, 3.11, 3.12]
16+
python-version: [3.9, 3.10.15, 3.11, 3.12, 3.13]
1717

1818
services:
1919
redis:

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
aniso8601==9.0.1
22
async-timeout==5.0.1
33
attrs==24.2.0
4-
black==24.8.0
5-
blinker==1.8.2
4+
black==24.10.0
5+
blinker==1.9.0
66
cachelib==0.9.0
77
certifi==2024.8.30
88
charset-normalizer==3.4.0
99
click==8.1.7
10-
coverage==7.6.1
10+
coverage==7.6.8
1111
Deprecated==1.2.15
1212
flake8==7.1.1
13-
Flask==3.0.3
13+
Flask==3.1.0
1414
Flask-Caching==2.3.0
1515
Flask-Cors==5.0.0
1616
Flask-Limiter==3.9.2

0 commit comments

Comments
 (0)