Skip to content

Commit

Permalink
Bump the patch-updates group with 4 updates (#3428)
Browse files Browse the repository at this point in the history
Bumps the patch-updates group with 4 updates: [django](https://github.com/django/django), [django-storages](https://github.com/jschneier/django-storages), [boto3](https://github.com/boto/boto3) and [psycopg2](https://github.com/psycopg/psycopg2).


Updates `django` from 4.2.5 to 4.2.6
- [Commits](django/django@4.2.5...4.2.6)

Updates `django-storages` from 1.14.1 to 1.14.2
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.14.1...1.14.2)

Updates `boto3` from 1.28.58 to 1.28.62
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.58...1.28.62)

Updates `psycopg2` from 2.9.8 to 2.9.9
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.8...2.9.9)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: django-storages
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: psycopg2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 4643a30 commit 5a158ce
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
67 changes: 35 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later"

[tool.poetry.dependencies]
python = "^3.9"
Django = "4.2.5"
Django = "4.2.6"
django-localflavor = "4.0"
djangorestframework = "3.14.0"
django-ical = "1.9.2"
Expand All @@ -19,7 +19,7 @@ django-debug-toolbar = "4.2.0"
django-admin-autocomplete-filter = "0.7.1"
django-bootstrap5 = "^22.1"
django-tinymce = "3.6.1"
django-storages = "^1.12.3"
django-storages = "^1.14.2"
django-drf-filepond = "0.5.0"
django-filepond-widget = "0.9.0"
django-thumbnails = "0.7.0"
Expand All @@ -34,7 +34,7 @@ firebase-admin = "6.2.0"
google-api-python-client = "2.101.0"
sentry-sdk = "1.31.0"
beautifulsoup4 = "^4.11.1"
boto3 = "1.28.58"
boto3 = "1.28.62"
gunicorn = "21.2.0"
qrcode = {version = "^7.4.2", extras = ["pil"]}
freezegun = "1.2.2"
Expand All @@ -51,7 +51,7 @@ django-compressor = "4.4"
optional = true

[tool.poetry.group.postgres.dependencies]
psycopg2 = "2.9.8"
psycopg2 = "2.9.9"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 5a158ce

Please sign in to comment.