Skip to content

Commit 150430b

Browse files
authored
Merge pull request #836 from GSA/requirement-patches
[Snyk + GH Actions] Update requirements
2 parents af2b105 + ccd6ef7 commit 150430b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
future
44
flake8
5-
pytest
5+
pytest==8.3.5
66
pytest-ckan
77
pytest-cov
88

requirements.in.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ pysolr==3.9.0
4141
python-dateutil==2.9.0.post0
4242
pytz
4343
pyyaml==6.0.1
44-
requests==2.32.3
4544
rq==1.16.2
4645
simplejson==3.19.2
4746
SQLAlchemy[mypy]==1.4.52
@@ -93,3 +92,4 @@ MarkupSafe==2.*
9392
pip>=25.0
9493
cryptography>=44.0.1
9594
jinja2>=3.1.6
95+
requests==2.32.4

requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ attrs==25.3.0
44
Babel==2.15.0
55
bleach==6.1.0
66
blinker==1.8.2
7-
boto3==1.38.24
8-
botocore==1.38.25
7+
boto3==1.38.34
8+
botocore==1.38.34
99
cachelib==0.13.0
1010
certifi==2025.4.26
1111
cffi==1.17.1
@@ -21,7 +21,7 @@ ckanext-usmetadata==0.3.3
2121
-e git+https://github.com/ckan/ckanext-xloader.git@11eb3e64867ac9aa3cab95236e3eed520f601012#egg=ckanext_xloader
2222
ckantoolkit==0.0.7
2323
click==8.2.1
24-
cryptography==45.0.3
24+
cryptography==45.0.4
2525
defusedxml==0.7.1
2626
dominate==2.9.1
2727
elementpath==5.0.1
@@ -33,7 +33,7 @@ Flask-Login==0.6.3
3333
Flask-Session==0.8.0
3434
Flask-WTF==1.2.1
3535
gevent==25.5.1
36-
greenlet==3.2.2
36+
greenlet==3.2.3
3737
gunicorn==23.0.0
3838
html5lib==1.1
3939
idna==3.10
@@ -52,12 +52,13 @@ Markdown==3.6
5252
MarkupSafe==2.1.5
5353
messytables==0.15.2
5454
msgspec==0.18.6
55-
mypy==1.15.0
55+
mypy==1.16.0
5656
mypy_extensions==1.1.0
57-
newrelic==10.12.0
57+
newrelic==10.13.0
5858
openpyxl==3.1.5
5959
packaging==24.1
6060
passlib==1.7.4
61+
pathspec==0.12.1
6162
pika==1.3.2
6263
pip==25.1.1
6364
polib==1.2.0
@@ -73,7 +74,7 @@ python-magic==0.4.27
7374
pytz==2025.2
7475
PyYAML==6.0.1
7576
redis==6.2.0
76-
requests==2.32.3
77+
requests==2.32.4
7778
rfc3987==1.3.8
7879
rq==1.16.2
7980
s3transfer==0.13.0
@@ -98,6 +99,6 @@ Werkzeug==3.0.6
9899
wheel==0.42.0
99100
WTForms==3.2.1
100101
xlrd==2.0.1
101-
xmlschema==4.0.1
102+
xmlschema==4.1.0
102103
zope.event==5.0
103104
zope.interface==6.4.post2

0 commit comments

Comments
 (0)