Skip to content

Commit

Permalink
Bump the pip group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.1.4` | `5.1.5` |
| [django-import-export](https://github.com/django-import-export/django-import-export) | `4.3.3` | `4.3.4` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `4.4.6` | `5.0.1` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.1` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.29.1` |


Updates `django` from 5.1.4 to 5.1.5
- [Commits](django/django@5.1.4...5.1.5)

Updates `django-import-export` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/django-import-export/django-import-export/releases)
- [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst)
- [Commits](django-import-export/django-import-export@4.3.3...4.3.4)

Updates `django-debug-toolbar` from 4.4.6 to 5.0.1
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@4.4.6...5.0.1)

Updates `referencing` from 0.35.1 to 0.36.1
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.35.1...v0.36.1)

Updates `virtualenv` from 20.28.1 to 20.29.1
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.28.1...20.29.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: django-import-export
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: django-debug-toolbar
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: referencing
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 7b54100 commit 16cab7a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
37 changes: 19 additions & 18 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ipython = "^8.27.0"
# The Django Debug Toolbar is a configurable set of panels that display various debug information
# about the current request/response and when clicked, display more details about the panel's content.
# https://django-debug-toolbar.readthedocs.io/en/latest/
django-debug-toolbar = "^4.4.6"
django-debug-toolbar = ">=4.4.6,<6.0.0"
# Decouple helps configure settings using env variables and .env files
# https://github.com/HBNetwork/python-decouple
python-decouple = "^3.8"
Expand Down

0 comments on commit 16cab7a

Please sign in to comment.