Skip to content

Commit

Permalink
Bump the python-packages group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates: [django](https://github.com/django/django), [django-ses](https://github.com/django-ses/django-ses), [django-apiblueprint-view](https://github.com/chris48s/django-apiblueprint-view) and [ruff](https://github.com/astral-sh/ruff).


Updates `django` from 4.2.7 to 5.0
- [Commits](django/django@4.2.7...5.0)

Updates `django-ses` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/django-ses/django-ses/releases)
- [Changelog](https://github.com/django-ses/django-ses/blob/main/CHANGES.md)
- [Commits](django-ses/django-ses@v3.5.1...v3.5.2)

Updates `django-apiblueprint-view` from 2.5.0 to 2.5.1
- [Changelog](https://github.com/chris48s/django-apiblueprint-view/blob/master/CHANGELOG.md)
- [Commits](chris48s/django-apiblueprint-view@2.5.0...2.5.1)

Updates `ruff` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: django-ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: django-apiblueprint-view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent e95444f commit 38860bd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django = "<5.0"
django = "<6.0"
aws-wsgi = {ref = "a5b800373c326e75f705d400c48f7df301409724", git = "https://github.com/DemocracyClub/awsgi.git"}
sentry-sdk = "*"
django-pipeline = "*"
Expand Down Expand Up @@ -43,7 +43,7 @@ pytest-mock = "*"
ipdb = "*"
pytest-socket = "==0.6.0"
wheel = ">0.37.0"
ruff = "==0.1.6"
ruff = "==0.1.7"

[requires]
python_version = "3.10"
Expand Down
78 changes: 39 additions & 39 deletions Pipfile.lock

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

0 comments on commit 38860bd

Please sign in to comment.