Skip to content

Commit

Permalink
Merge pull request #1700 from GSA/update-python-deps-7-5-24
Browse files Browse the repository at this point in the history
Update Python Dependencies - 7/5/2024
  • Loading branch information
ccostino committed Jul 5, 2024
2 parents ffd935c + c80ec7e commit 3a2ba3a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ wtforms = "~=3.1"
markdown = "^3.5.2"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.138"
botocore = "^1.34.138"
boto3 = "^1.34.139"
botocore = "^1.34.139"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.8"
Expand All @@ -58,7 +58,7 @@ regex = "^2024.5.15"
s3transfer = "^0.10.2"
shapely = "^2.0.4"
smartypants = "^2.0.1"
certifi = "^2024.2.2"
certifi = "^2024.7.4"
charset-normalizer = "^3.3.2"
click = "^8.1.7"
idna = "^3.7"
Expand Down Expand Up @@ -89,7 +89,7 @@ pre-commit = "^3.7.1"
pytest = "^8.2.2"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
pytest-playwright = "^0.5.0"
pytest-playwright = "^0.5.1"
pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
Expand Down

0 comments on commit 3a2ba3a

Please sign in to comment.