Skip to content

Commit 3d27852

Browse files
authored
Merge pull request #265 from asherpasha/dev
Updated dependancies.
2 parents ce9002d + 808e406 commit 3d27852

File tree

6 files changed

+39
-36
lines changed

6 files changed

+39
-36
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.10.16, 3.11, 3.12, 3.13]
16+
python-version: [3.10.17, 3.11, 3.12, 3.13]
1717

1818
services:
1919
redis:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-bookworm
1+
FROM python:3.13-bookworm
22

33
WORKDIR /usr/src/app
44

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
services:
22

33
mysqldb:
4-
image: mysql:9.0.1
4+
image: mysql:9.3.0
55
container_name: BAR_mysqldb
66
restart: always
77
environment:
88
- MYSQL_ROOT_PASSWORD=root
99

1010
redis:
11-
image: redis:7.2.5
11+
image: redis:7.4.2
1212
container_name: BAR_redis
1313
restart: always
1414
ports:

docs/requirements.txt

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
1-
alabaster==0.7.16
2-
Babel==2.14.0
3-
beautifulsoup4==4.12.3
4-
certifi==2024.2.2
5-
charset-normalizer==3.3.2
1+
alabaster==1.0.0
2+
babel==2.17.0
3+
beautifulsoup4==4.13.4
4+
certifi==2025.1.31
5+
charset-normalizer==3.4.1
66
docutils==0.21.2
7-
furo==2024.4.27
8-
idna==3.7
7+
furo==2024.8.6
8+
idna==3.10
99
imagesize==1.4.1
10-
Jinja2==3.1.3
11-
MarkupSafe==2.1.5
12-
packaging==24.0
13-
Pygments==2.17.2
14-
pytz==2024.1
15-
requests==2.31.0
10+
Jinja2==3.1.6
11+
MarkupSafe==3.0.2
12+
packaging==25.0
13+
Pygments==2.19.1
14+
pytz==2025.2
15+
requests==2.32.3
16+
roman-numerals-py==3.1.0
17+
setuptools==78.1.1
1618
snowballstemmer==2.2.0
17-
soupsieve==2.5
18-
Sphinx==7.3.7
19-
sphinx-basic-ng==1.0.0b1
19+
soupsieve==2.6
20+
Sphinx==8.2.3
21+
sphinx-basic-ng==1.0.0b2
2022
sphinx-copybutton==0.5.2
21-
sphinxcontrib-applehelp==1.0.8
22-
sphinxcontrib-devhelp==1.0.6
23-
sphinxcontrib-htmlhelp==2.0.5
23+
sphinxcontrib-applehelp==2.0.0
24+
sphinxcontrib-devhelp==2.0.0
25+
sphinxcontrib-htmlhelp==2.1.0
2426
sphinxcontrib-jsmath==1.0.1
25-
sphinxcontrib-qthelp==1.0.7
26-
sphinxcontrib-serializinghtml==1.1.10
27-
urllib3==2.2.1
27+
sphinxcontrib-qthelp==2.0.0
28+
sphinxcontrib-serializinghtml==2.0.0
29+
typing_extensions==4.13.2
30+
urllib3==2.4.0
31+
wheel==0.45.1

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aniso8601==10.0.0
1+
aniso8601==10.0.1
22
async-timeout==5.0.1
33
attrs==25.3.0
44
black==25.1.0
@@ -7,7 +7,7 @@ cachelib==0.9.0
77
certifi==2025.1.31
88
charset-normalizer==3.4.1
99
click==8.1.8
10-
coverage==7.7.1
10+
coverage==7.8.0
1111
Deprecated==1.2.18
1212
flake8==7.2.0
1313
Flask==3.1.0
@@ -17,18 +17,18 @@ Flask-Limiter==3.12
1717
flask-marshmallow==1.3.0
1818
flask-restx==1.3.0
1919
Flask-SQLAlchemy==3.1.1
20-
greenlet==3.1.1
20+
greenlet==3.2.0
2121
idna==3.10
2222
importlib_resources==6.5.2
2323
iniconfig==2.1.0
2424
itsdangerous==2.2.0
2525
Jinja2==3.1.6
2626
jsonschema==4.23.0
2727
jsonschema-specifications==2024.10.1
28-
limits==4.4.1
28+
limits==5.0.0
2929
markdown-it-py==3.0.0
3030
MarkupSafe==3.0.2
31-
marshmallow==3.26.1
31+
marshmallow==4.0.0
3232
mccabe==0.7.0
3333
mdurl==0.1.2
3434
mypy-extensions==1.0.0
@@ -39,7 +39,7 @@ pathspec==0.12.1
3939
platformdirs==4.3.7
4040
pluggy==1.5.0
4141
pycodestyle==2.13.0
42-
pyflakes==3.3.0
42+
pyflakes==3.3.2
4343
Pygments==2.19.1
4444
pyrsistent==0.20.0
4545
pytest==8.3.5
@@ -50,11 +50,11 @@ referencing==0.36.2
5050
requests==2.32.3
5151
rich==13.9.4
5252
rpds-py==0.24.0
53-
setuptools==78.1.0
53+
setuptools==78.1.1
5454
six==1.17.0
5555
SQLAlchemy==2.0.40
56-
typing_extensions==4.13.0
57-
urllib3==2.3.0
56+
typing_extensions==4.13.2
57+
urllib3==2.4.0
5858
Werkzeug==3.1.3
5959
wheel==0.45.1
6060
wrapt==1.17.2

tests/resources/test_proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def test_get_atted_api5(self):
2525

2626
# If no data, the service should return this response
2727
response = self.app_client.get("/proxy/atted_api5/At1g01011/5")
28-
2928
expected = {"error": "No gene ID specified.", "status_code": 400}
3029
self.assertEqual(response.json, expected)
3130

0 commit comments

Comments
 (0)