Skip to content

Commit

Permalink
Dependabot (2025-02-06) (#5946)
Browse files Browse the repository at this point in the history
* Bump boto3 from 1.36.6 to 1.36.11 (#5937)

Bumps [boto3](https://github.com/boto/boto3) from 1.36.6 to 1.36.11.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.36.6...1.36.11)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ipython from 8.31.0 to 8.32.0 (#5936)

Bumps [ipython](https://github.com/ipython/ipython) from 8.31.0 to 8.32.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.31.0...8.32.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pylint from 3.3.3 to 3.3.4 (#5935)

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump moto from 5.0.27 to 5.0.28 (#5934)

Bumps [moto](https://github.com/getmoto/moto) from 5.0.27 to 5.0.28.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.27...5.0.28)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
cgsunkel and dependabot[bot] authored Feb 6, 2025
1 parent ba05c8c commit 1f12822
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ pytest-django==4.9.0
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-xdist==3.6.1
ipython==8.31.0
ipython==8.32.0
factory-boy==3.3.1
freezegun==1.5.1
requests-mock==1.12.1
pip-tools==7.4.1
piprot==0.9.11
pre-commit==3.8.0
moto==5.0.27
moto==5.0.28

# Code static analysis
flake8==7.1.1
Expand All @@ -27,6 +27,6 @@ flake8-quotes==3.4.0
flake8-string-format==0.3.0
pep8-naming==0.14.1
pydocstyle==6.3.0
pylint==3.3.3
pylint==3.3.4
pylint-django==2.6.1
pylint-pytest==1.1.7
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ bigtree==0.23.1
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.36.6
boto3==1.36.11
# via
# -r requirements.in
# moto
botocore==1.36.6
botocore==1.36.11
# via
# boto3
# moto
Expand Down Expand Up @@ -227,7 +227,7 @@ iniconfig==1.1.1
# via pytest
ipaddress==1.0.23
# via mail-parser
ipython==8.31.0
ipython==8.32.0
# via -r requirements-dev.in
isort==5.11.4
# via pylint
Expand Down Expand Up @@ -255,7 +255,7 @@ mccabe==0.7.0
# pylint
mohawk==1.1.0
# via -r requirements.in
moto==5.0.27
moto==5.0.28
# via -r requirements-dev.in
multidict==6.0.4
# via
Expand Down Expand Up @@ -383,7 +383,7 @@ pygments==2.15.0
# via ipython
pyjwt==2.6.0
# via notifications-python-client
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements-dev.in
# pylint-django
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.36.6
boto3==1.36.11

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.1
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.36.6
boto3==1.36.11
# via -r requirements.in
botocore==1.36.6
botocore==1.36.11
# via
# boto3
# s3transfer
Expand Down

0 comments on commit 1f12822

Please sign in to comment.