Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/dependencies 2025 01 07 #5888

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requests-mock==1.12.1
pip-tools==7.4.1
piprot==0.9.11
pre-commit==3.8.0
moto==5.0.25
moto==5.0.26

# Code static analysis
flake8==7.1.1
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ bigtree==0.23.0
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements.in
# moto
botocore==1.35.90
botocore==1.35.92
# via
# boto3
# moto
Expand Down Expand Up @@ -233,7 +233,7 @@ isort==5.11.4
# via pylint
jedi==0.18.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via moto
jmespath==1.0.1
# via
Expand All @@ -255,7 +255,7 @@ mccabe==0.7.0
# pylint
mohawk==1.1.0
# via -r requirements.in
moto==5.0.25
moto==5.0.26
# via -r requirements-dev.in
multidict==6.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dj-database-url==2.3.0
psycopg2-binary==2.9.10
psycogreen==1.0.2

boto3==1.35.90
boto3==1.35.92

notifications-python-client==10.0.1

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ bigtree==0.23.0
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.35.90
boto3==1.35.92
# via -r requirements.in
botocore==1.35.90
botocore==1.35.92
# via
# boto3
# s3transfer
Expand Down
Loading