Skip to content

Commit ef38a59

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 3bbe7c6 commit ef38a59

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

requirements-dev.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --no-hashes
33
-e .
4-
certifi==2025.6.15
4+
certifi==2026.2.25
55
# via requests
6-
charset-normalizer==3.4.2
6+
charset-normalizer==3.4.7
77
# via requests
88
colorama==0.4.6 ; sys_platform == 'win32'
99
# via pytest
10-
exceptiongroup==1.3.0 ; python_full_version < '3.11'
10+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
1111
# via pytest
12-
falcon==4.1.0
12+
falcon==4.2.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
1818
flake8==7.3.0
19-
gunicorn==23.0.0
19+
gunicorn==25.3.0
2020
# via dspace-statistics-api
21-
idna==3.10
21+
idna==3.11
2222
# via requests
23-
iniconfig==2.1.0
23+
iniconfig==2.3.0
2424
# via pytest
25-
isort==6.0.1
25+
isort==8.0.1
2626
jinja2==3.1.6
2727
# via falcon-swagger-ui
28-
markupsafe==3.0.2
28+
markupsafe==3.0.3
2929
# via jinja2
3030
mccabe==0.7.0
3131
# via flake8
32-
packaging==25.0
32+
packaging==26.0
3333
# via
3434
# gunicorn
3535
# pytest
3636
pluggy==1.6.0
3737
# via pytest
38-
psycopg==3.2.9
38+
psycopg==3.3.3
3939
# via dspace-statistics-api
4040
pycodestyle==2.14.0
4141
# via flake8
4242
pyflakes==3.4.0
4343
# via flake8
44-
pygments==2.19.2
44+
pygments==2.20.0
4545
# via pytest
46-
pytest==8.4.2
47-
requests==2.32.4
46+
pytest==9.0.2
47+
requests==2.33.1
4848
# via dspace-statistics-api
49-
tomli==2.2.1 ; python_full_version < '3.11'
49+
tomli==2.4.1 ; python_full_version < '3.11'
5050
# via pytest
51-
typing-extensions==4.14.0 ; python_full_version < '3.13'
51+
typing-extensions==4.15.0 ; python_full_version < '3.13'
5252
# via
5353
# exceptiongroup
5454
# psycopg
55-
tzdata==2025.2 ; sys_platform == 'win32'
55+
tzdata==2026.1 ; sys_platform == 'win32'
5656
# via psycopg
57-
urllib3==2.5.0
57+
urllib3==2.6.3
5858
# via requests

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --no-dev --no-hashes
33
-e .
4-
certifi==2025.6.15
4+
certifi==2026.2.25
55
# via requests
6-
charset-normalizer==3.4.2
6+
charset-normalizer==3.4.7
77
# via requests
8-
falcon==4.1.0
8+
falcon==4.2.0
99
# via
1010
# dspace-statistics-api
1111
# falcon-swagger-ui
1212
falcon-swagger-ui @ git+https://github.com/alanorth/falcon-swagger-ui@c019c270b479c03d9276e20fd95488495b0943f6
1313
# via dspace-statistics-api
14-
gunicorn==23.0.0
14+
gunicorn==25.3.0
1515
# via dspace-statistics-api
16-
idna==3.10
16+
idna==3.11
1717
# via requests
1818
jinja2==3.1.6
1919
# via falcon-swagger-ui
20-
markupsafe==3.0.2
20+
markupsafe==3.0.3
2121
# via jinja2
22-
packaging==25.0
22+
packaging==26.0
2323
# via gunicorn
24-
psycopg==3.2.9
24+
psycopg==3.3.3
2525
# via dspace-statistics-api
26-
requests==2.32.4
26+
requests==2.33.1
2727
# via dspace-statistics-api
28-
typing-extensions==4.14.0 ; python_full_version < '3.13'
28+
typing-extensions==4.15.0 ; python_full_version < '3.13'
2929
# via psycopg
30-
tzdata==2025.2 ; sys_platform == 'win32'
30+
tzdata==2026.1 ; sys_platform == 'win32'
3131
# via psycopg
32-
urllib3==2.5.0
32+
urllib3==2.6.3
3333
# via requests

0 commit comments

Comments
 (0)