Skip to content

Commit

Permalink
freeze setuptools to 71
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Sep 4, 2024
1 parent 2a7a3c8 commit 04abf66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ numpy==1.26.4
certifi>=2024.7.4

# snyk finding
setuptools>=70.0.0
setuptools~=71.0.3
10 changes: 5 additions & 5 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.35.11
botocore==1.35.11
boto3==1.35.12
botocore==1.35.12
certifi==2024.8.30
cffi==1.17.0
chardet==5.2.0
Expand All @@ -25,7 +25,7 @@ ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@387cfc1c6a7
-e git+https://github.com/GSA/ckanext-spatial.git@3d0a375fe98edc70a0d12efd2f4ac54f0e05b597#egg=ckanext_spatial
ckantoolkit==0.0.7
click==8.1.3
cryptography==43.0.0
cryptography==43.0.1
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.4.0
Expand Down Expand Up @@ -93,7 +93,7 @@ rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.2
sansjson==0.3.0
setuptools==74.1.1
setuptools==71.0.4
shapely==2.0.1
simplejson==3.18.0
six==1.16.0
Expand All @@ -105,7 +105,7 @@ typing_extensions==4.3.0
tzdata==2024.1
tzlocal==4.2
urllib3==2.2.2
watchdog==5.0.1
watchdog==5.0.2
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.3
Expand Down

0 comments on commit 04abf66

Please sign in to comment.