Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamsiy committed Dec 2, 2024
1 parent 760e186 commit a22c412
Show file tree
Hide file tree
Showing 4 changed files with 1,081 additions and 1,039 deletions.
12 changes: 6 additions & 6 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ awscli = "~=1.36"
aws-lambda-powertools = "~=3.3"
boto3 = "~=1.35"
boto3-stubs = {extras = ["ec2", "lambda", "s3", "secretsmanager", "sqs"], version = "~=1.35"}
cryptography = "~=43.0"
cryptography = "~=44.0"
cwe2 = "~=3.0"
django = "~=3.2"
docker = "~=7.1"
Expand All @@ -21,26 +21,26 @@ joserfc = "~=1.0"
packaging = "==23.2" # Must match version in Makefile.
psycopg2-binary = "==2.9.9" # 2.9.10 does not provide wheels for Python 3.9 + MacOS + ARM.
pydantic = "~=2.10"
PyGithub = "~=2.4"
pyjwt = "~=2.9"
PyGithub = "~=2.5"
pyjwt = "~=2.10"
requests = "~=2.32"
simplejson = "~=3.19"
sqlparse = "~=0.5"

[dev-packages]
autopep8 = "~=2.3"
cfn-lint = "==1.18.1" # Must match version in Makefile.
debugpy = "~=1.8.5"
debugpy = "~=1.8.9"
flake8 = "~=7.1"
isort = "~=5.13"
mock = "~=5.1"
moto = {extras = ["awslambda", "ec2", "s3", "secretsmanager", "sqs"], version = "~=5.0"}
pylint = "~=3.2"
pylint = "~=3.3"
pyright = "~=1.1"
pytest = "~=8.3"
pytest-cov = "~=6.0"
pytest-httpserver = "~=1.1"
pytest-subtests = "~=0.13"
python-dotenv = "~=1.0"
responses = "~=0.25.3"
ruff = "~=0.7.0"
ruff = "~=0.8.1"
Loading

0 comments on commit a22c412

Please sign in to comment.