Skip to content

Commit 8d7049e

Browse files
committed
Update requirements
Exported from uv: $ uv export --no-dev --no-hashes > requirements.txt $ uv export --no-hashes > requirements-dev.txt
1 parent 358e463 commit 8d7049e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

requirements-dev.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ colorama==0.4.6 ; sys_platform == 'win32'
99
# via pytest
1010
exceptiongroup==1.3.0 ; python_full_version < '3.11'
1111
# via pytest
12-
falcon==4.0.2
12+
falcon==4.1.0
1313
# via
1414
# dspace-statistics-api
1515
# falcon-swagger-ui
1616
falcon-swagger-ui @ git+https://github.com/alanorth/falcon-swagger-ui@c019c270b479c03d9276e20fd95488495b0943f6
1717
# via dspace-statistics-api
18-
flake8==7.1.2
18+
flake8==7.3.0
1919
gunicorn==23.0.0
2020
# via dspace-statistics-api
2121
idna==3.10
2222
# via requests
2323
iniconfig==2.1.0
2424
# via pytest
25-
isort==5.13.2
25+
isort==6.0.1
2626
jinja2==3.1.6
2727
# via falcon-swagger-ui
2828
markupsafe==3.0.2
@@ -37,11 +37,13 @@ pluggy==1.6.0
3737
# via pytest
3838
psycopg==3.2.9
3939
# via dspace-statistics-api
40-
pycodestyle==2.12.1
40+
pycodestyle==2.14.0
4141
# via flake8
42-
pyflakes==3.2.0
42+
pyflakes==3.4.0
4343
# via flake8
44-
pytest==8.3.5
44+
pygments==2.19.2
45+
# via pytest
46+
pytest==8.4.2
4547
requests==2.32.4
4648
# via dspace-statistics-api
4749
tomli==2.2.1 ; python_full_version < '3.11'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ certifi==2025.6.15
55
# via requests
66
charset-normalizer==3.4.2
77
# via requests
8-
falcon==4.0.2
8+
falcon==4.1.0
99
# via
1010
# dspace-statistics-api
1111
# falcon-swagger-ui

0 commit comments

Comments
 (0)