mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Update Python dependencies - 7/30/24
This changeset updates a few dependendencies referenced in our pyproject.toml file. Dependabot has a couple of PRs open but they are not rebasing properly with updates. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -11,8 +11,8 @@ python = "^3.12.2"
|
||||
alembic = "==1.13.2"
|
||||
amqp = "==5.2.0"
|
||||
beautifulsoup4 = "==4.12.3"
|
||||
boto3 = "^1.34.148"
|
||||
botocore = "^1.34.148"
|
||||
boto3 = "^1.34.150"
|
||||
botocore = "^1.34.150"
|
||||
cachetools = "==5.4.0"
|
||||
celery = {version = "==5.4.0", extras = ["redis"]}
|
||||
certifi = ">=2022.12.7"
|
||||
@@ -81,7 +81,7 @@ requests = "^2.32.3"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
awscli = "^1.29.74"
|
||||
awscli = "^1.33.32"
|
||||
bandit = "*"
|
||||
black = "^24.3.0"
|
||||
cloudfoundry-client = "*"
|
||||
@@ -94,15 +94,15 @@ isort = "^5.13.2"
|
||||
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
||||
moto = "==5.0.11"
|
||||
pip-audit = "*"
|
||||
pre-commit = "^3.7.1"
|
||||
pytest = "^8.3.1"
|
||||
pre-commit = "^3.8.0"
|
||||
pytest = "^8.3.2"
|
||||
pytest-env = "^1.1.3"
|
||||
pytest-mock = "^3.14.0"
|
||||
pytest-cov = "^5.0.0"
|
||||
pytest-xdist = "^3.5.0"
|
||||
radon = "^6.0.1"
|
||||
requests-mock = "^1.11.0"
|
||||
setuptools = "^70.3.0"
|
||||
setuptools = "^72.1.0"
|
||||
sqlalchemy-utils = "^0.41.2"
|
||||
vulture = "^2.10"
|
||||
detect-secrets = "^1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user