Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 5 updates in the /config/requirements directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.158` | `1.35.10` |
| [botocore](https://github.com/boto/botocore) | `1.34.158` | `1.35.10` |
| [django-alive](https://github.com/lincolnloop/django-alive) | `1.2.1` | `2.0.0` |
| [django-allauth](https://github.com/pennersr/django-allauth) | `64.0.0` | `64.2.0` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.21.3` | `3.22.0` |



Updates `boto3` from 1.34.158 to 1.35.10
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.158...1.35.10)

Updates `botocore` from 1.34.158 to 1.35.10
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.158...1.35.10)

Updates `django-alive` from 1.2.1 to 2.0.0
- [Release notes](https://github.com/lincolnloop/django-alive/releases)
- [Changelog](https://github.com/lincolnloop/django-alive/blob/main/CHANGELOG.md)
- [Commits](lincolnloop/django-alive@1.2.1...2.0.0)

Updates `django-allauth` from 64.0.0 to 64.2.0
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@64.0.0...64.2.0)

Updates `marshmallow` from 3.21.3 to 3.22.0
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.21.3...3.22.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: django-alive
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent ddf369c commit 6568f0f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
28 changes: 14 additions & 14 deletions config/requirements/dev_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ billiard==4.2.0 \
--hash=sha256:07aa978b308f334ff8282bd4a746e681b3513db5c9a514cbdd810cbbdc19714d \
--hash=sha256:9a3c3184cb275aa17a732f93f65b20c525d3d9f253722d26a82194803ade5a2c
# via celery
boto3==1.34.158 \
--hash=sha256:5b7b2ce0ec1e498933f600d29f3e1c641f8c44dd7e468c26795359d23d81fa39 \
--hash=sha256:c29e9b7e1034e8734ccaffb9f2b3f3df2268022fd8a93d836604019f8759ce27
boto3==1.35.10 \
--hash=sha256:189ab1e2b4cd86df56f82438d89b4040eb140c92683f1bda7cb2e62624f20ea5 \
--hash=sha256:add26dd58e076dfd387013da4704716d5cff215cf14f6d4347c4b9b7fc1f0b8e
# via -r config/requirements/prod.in
botocore==1.34.158 \
--hash=sha256:0e6fceba1e39bfa8feeba70ba3ac2af958b3387df4bd3b5f2db3f64c1754c756 \
--hash=sha256:5934082e25ad726673afbf466092fb1223dafa250e6e756c819430ba6b1b3da5
botocore==1.35.10 \
--hash=sha256:0d96d023b9b0cea99a0a428a431d011329d3a958730aee6ed6a6fec5d9bfbc03 \
--hash=sha256:6c8a1377b6636a0d80218115e1cd41bcceba0a2f050b79c206f4cf8d002c54d7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -375,12 +375,12 @@ django==5.1 \
# django-stubs
# django-stubs-ext
# model-bakery
django-alive==1.2.1 \
--hash=sha256:7c449a7ab29b7047ba522ef5ca2dc6b1be0f7db0374dd77b95eec910f9aa0c11 \
--hash=sha256:b758f4e88084140bf40c2f1ca3371af1d3702e3bf47c9c06264f82340f5888fe
django-alive==2.0.0 \
--hash=sha256:c8e5a767080566aefac6b05d60e4371871f292e0e32a753b6c18b8c28f473c3e \
--hash=sha256:f7aa691db23b1065bdbaee96d8c347e3d9df2be783c9d5514f7fd82e9c9ee088
# via -r config/requirements/prod.in
django-allauth==64.0.0 \
--hash=sha256:01952c7540160ef475c12dc881f67a69c7c5e533f4bef6c811bba0417a717588
django-allauth==64.2.0 \
--hash=sha256:71b404b3a7631502005e549800411e77939754e6864f2d24c17741a42e8e50e5
# via -r config/requirements/prod.in
django-cache-url==3.4.5 \
--hash=sha256:5f350759978483ab85dc0e3e17b3d53eed3394a28148f6bf0f53d11d0feb5b3c \
Expand Down Expand Up @@ -755,9 +755,9 @@ markupsafe==2.1.5 \
# mkdocs
# mkdocs-autorefs
# mkdocstrings
marshmallow==3.21.3 \
--hash=sha256:4f57c5e050a54d66361e826f94fba213eb10b67b2fdb02c3e0343ce207ba1662 \
--hash=sha256:86ce7fb914aa865001a4b2092c4c2872d13bc347f3d42673272cabfdbad386f1
marshmallow==3.22.0 \
--hash=sha256:4972f529104a220bb8637d595aa4c9762afbe7f7a77d82dc58c1615d70c5823e \
--hash=sha256:71a2dce49ef901c3f97ed296ae5051135fd3febd2bf43afe0ae9a82143a494d9
# via environs
matplotlib-inline==0.1.7 \
--hash=sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90 \
Expand Down
6 changes: 3 additions & 3 deletions config/requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# `just make_requirements` in order to compile a new requirement files in config/requirements/*_lock.txt.

Django~=5.0
boto3~=1.34
boto3~=1.35
celery~=5.3
crispy-bootstrap5~=2024.2
django-alive~=1.2
django-allauth~=64.0
django-alive~=2.0
django-allauth~=64.2
django-crispy-forms~=2.2
django-maintenance-mode~=0.19
django-storages~=1.8
Expand Down
28 changes: 14 additions & 14 deletions config/requirements/prod_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ billiard==4.2.0 \
--hash=sha256:07aa978b308f334ff8282bd4a746e681b3513db5c9a514cbdd810cbbdc19714d \
--hash=sha256:9a3c3184cb275aa17a732f93f65b20c525d3d9f253722d26a82194803ade5a2c
# via celery
boto3==1.34.158 \
--hash=sha256:5b7b2ce0ec1e498933f600d29f3e1c641f8c44dd7e468c26795359d23d81fa39 \
--hash=sha256:c29e9b7e1034e8734ccaffb9f2b3f3df2268022fd8a93d836604019f8759ce27
boto3==1.35.10 \
--hash=sha256:189ab1e2b4cd86df56f82438d89b4040eb140c92683f1bda7cb2e62624f20ea5 \
--hash=sha256:add26dd58e076dfd387013da4704716d5cff215cf14f6d4347c4b9b7fc1f0b8e
# via -r config/requirements/prod.in
botocore==1.34.158 \
--hash=sha256:0e6fceba1e39bfa8feeba70ba3ac2af958b3387df4bd3b5f2db3f64c1754c756 \
--hash=sha256:5934082e25ad726673afbf466092fb1223dafa250e6e756c819430ba6b1b3da5
botocore==1.35.10 \
--hash=sha256:0d96d023b9b0cea99a0a428a431d011329d3a958730aee6ed6a6fec5d9bfbc03 \
--hash=sha256:6c8a1377b6636a0d80218115e1cd41bcceba0a2f050b79c206f4cf8d002c54d7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -143,12 +143,12 @@ django==5.1 \
# django-allauth
# django-crispy-forms
# django-storages
django-alive==1.2.1 \
--hash=sha256:7c449a7ab29b7047ba522ef5ca2dc6b1be0f7db0374dd77b95eec910f9aa0c11 \
--hash=sha256:b758f4e88084140bf40c2f1ca3371af1d3702e3bf47c9c06264f82340f5888fe
django-alive==2.0.0 \
--hash=sha256:c8e5a767080566aefac6b05d60e4371871f292e0e32a753b6c18b8c28f473c3e \
--hash=sha256:f7aa691db23b1065bdbaee96d8c347e3d9df2be783c9d5514f7fd82e9c9ee088
# via -r config/requirements/prod.in
django-allauth==64.0.0 \
--hash=sha256:01952c7540160ef475c12dc881f67a69c7c5e533f4bef6c811bba0417a717588
django-allauth==64.2.0 \
--hash=sha256:71b404b3a7631502005e549800411e77939754e6864f2d24c17741a42e8e50e5
# via -r config/requirements/prod.in
django-cache-url==3.4.5 \
--hash=sha256:5f350759978483ab85dc0e3e17b3d53eed3394a28148f6bf0f53d11d0feb5b3c \
Expand Down Expand Up @@ -282,9 +282,9 @@ kombu==5.4.0 \
--hash=sha256:ad200a8dbdaaa2bbc5f26d2ee7d707d9a1fded353a0f4bd751ce8c7d9f449c60 \
--hash=sha256:c8dd99820467610b4febbc7a9e8a0d3d7da2d35116b67184418b51cc520ea6b6
# via celery
marshmallow==3.21.3 \
--hash=sha256:4f57c5e050a54d66361e826f94fba213eb10b67b2fdb02c3e0343ce207ba1662 \
--hash=sha256:86ce7fb914aa865001a4b2092c4c2872d13bc347f3d42673272cabfdbad386f1
marshmallow==3.22.0 \
--hash=sha256:4972f529104a220bb8637d595aa4c9762afbe7f7a77d82dc58c1615d70c5823e \
--hash=sha256:71a2dce49ef901c3f97ed296ae5051135fd3febd2bf43afe0ae9a82143a494d9
# via environs
packaging==24.1 \
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
Expand Down

0 comments on commit 6568f0f

Please sign in to comment.