Skip to content

Commit

Permalink
Merge pull request #1726 from GSA/update-python-deps-7-16-24
Browse files Browse the repository at this point in the history
Update Python dependencies - 7/16/24
  • Loading branch information
ccostino authored Jul 16, 2024
2 parents 329d9d7 + 361b936 commit b9e86f2
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 65 deletions.
114 changes: 54 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.12.2"
ago = "~=0.0.95"
beautifulsoup4 = "^4.12.3"
blinker = "~=1.8"
exceptiongroup = "==1.2.1"
exceptiongroup = "==1.2.2"
flask = "~=3.0"
flask-basicauth = "~=0.2"
flask-login = "^0.6"
Expand Down Expand Up @@ -39,9 +39,9 @@ wtforms = "~=3.1"
markdown = "^3.5.2"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.143"
botocore = "^1.34.143"
cachetools = "^5.3.3"
boto3 = "^1.34.144"
botocore = "^1.34.144"
cachetools = "^5.4.0"
cffi = "^1.16.0"
cryptography = "^42.0.8"
flask-redis = "^0.4.0"
Expand All @@ -56,7 +56,7 @@ python-json-logger = "^2.0.7"
redis = "^5.0.7"
regex = "^2024.5.15"
s3transfer = "^0.10.2"
shapely = "^2.0.4"
shapely = "^2.0.5"
smartypants = "^2.0.1"
certifi = "^2024.7.4"
charset-normalizer = "^3.3.2"
Expand Down

0 comments on commit b9e86f2

Please sign in to comment.