Skip to content

Commit 7cf433e

Browse files
authored
Merge pull request #837 from GSA/requirement-patches
[Snyk + GH Actions] Update requirements
2 parents 150430b + 70e2aa1 commit 7cf433e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.in.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ pip>=23.3
8080

8181
pyparsing # need to avoid solr missing module error on cloud.gov
8282

83-
urllib3>=1.26.19
8483

8584
certifi>=2024.7.4
8685
setuptools~=78.1.1
@@ -93,3 +92,4 @@ pip>=25.0
9392
cryptography>=44.0.1
9493
jinja2>=3.1.6
9594
requests==2.32.4
95+
urllib3>=2.5.0

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ attrs==25.3.0
44
Babel==2.15.0
55
bleach==6.1.0
66
blinker==1.8.2
7-
boto3==1.38.34
8-
botocore==1.38.34
7+
boto3==1.38.40
8+
botocore==1.38.40
99
cachelib==0.13.0
10-
certifi==2025.4.26
10+
certifi==2025.6.15
1111
cffi==1.17.1
1212
chardet==5.2.0
1313
charset-normalizer==3.4.2
@@ -24,7 +24,7 @@ click==8.2.1
2424
cryptography==45.0.4
2525
defusedxml==0.7.1
2626
dominate==2.9.1
27-
elementpath==5.0.1
27+
elementpath==5.0.2
2828
et_xmlfile==2.0.0
2929
feedgen @ git+https://github.com/GSA/python-feedgen.git@b1fe34a7e14ebdaf6f415cdee5855c3c77305f16
3030
Flask==3.0.3
@@ -52,9 +52,9 @@ Markdown==3.6
5252
MarkupSafe==2.1.5
5353
messytables==0.15.2
5454
msgspec==0.18.6
55-
mypy==1.16.0
55+
mypy==1.16.1
5656
mypy_extensions==1.1.0
57-
newrelic==10.13.0
57+
newrelic==10.14.0
5858
openpyxl==3.1.5
5959
packaging==24.1
6060
passlib==1.7.4
@@ -91,14 +91,14 @@ typing_extensions==4.12.2
9191
tzlocal==5.2
9292
unicodecsv==0.14.1
9393
Unidecode==1.0.22
94-
urllib3==2.4.0
94+
urllib3==2.5.0
9595
watchdog==6.0.0
9696
webassets==2.0
9797
webencodings==0.5.1
9898
Werkzeug==3.0.6
9999
wheel==0.42.0
100100
WTForms==3.2.1
101-
xlrd==2.0.1
101+
xlrd==2.0.2
102102
xmlschema==4.1.0
103103
zope.event==5.0
104104
zope.interface==6.4.post2

0 commit comments

Comments
 (0)