From 16cab7ac4f07e61f64c67cf745674810a29f6436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:59:49 +0000 Subject: [PATCH] Bump the pip group with 5 updates 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](https://github.com/django/django/compare/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](https://github.com/django-import-export/django-import-export/compare/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](https://github.com/django-commons/django-debug-toolbar/compare/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](https://github.com/python-jsonschema/referencing/compare/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](https://github.com/pypa/virtualenv/compare/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] --- poetry.lock | 37 +++++++++++++++++++------------------ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7dec550..b8c90c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -502,13 +502,13 @@ files = [ [[package]] name = "django" -version = "5.1.4" +version = "5.1.5" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, - {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, + {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"}, + {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"}, ] [package.dependencies] @@ -522,13 +522,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-debug-toolbar" -version = "4.4.6" +version = "5.0.1" description = "A configurable set of panels that display various debug information about the current request/response." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "django_debug_toolbar-4.4.6-py3-none-any.whl", hash = "sha256:3beb671c9ec44ffb817fad2780667f172bd1c067dbcabad6268ce39a81335f45"}, - {file = "django_debug_toolbar-4.4.6.tar.gz", hash = "sha256:36e421cb908c2f0675e07f9f41e3d1d8618dc386392ec82d23bcfcd5d29c7044"}, + {file = "django_debug_toolbar-5.0.1-py3-none-any.whl", hash = "sha256:7456cc2e951db37dab335686db7803c4a0ecb6736d120705f6668db9548bf49f"}, + {file = "django_debug_toolbar-5.0.1.tar.gz", hash = "sha256:296f6f18a80710e84fbb8361538ae5ec522a75ebe9ab67db34bcf1026cbeb420"}, ] [package.dependencies] @@ -565,13 +565,13 @@ Django = ">=4.2" [[package]] name = "django-import-export" -version = "4.3.3" +version = "4.3.4" description = "Django application and library for importing and exporting data with included admin integration." optional = false python-versions = ">=3.9" files = [ - {file = "django_import_export-4.3.3-py3-none-any.whl", hash = "sha256:91b47c9a2701a5b039667df5c46ee682a41bb224ac215a0e66b177a459e35983"}, - {file = "django_import_export-4.3.3.tar.gz", hash = "sha256:b261f44aedf572a69f975655afba15bff1e354eddd91d9c1bbd32d3cee44168d"}, + {file = "django_import_export-4.3.4-py3-none-any.whl", hash = "sha256:9b56e847ddcb22c0bfbb508bc3668f8b33f95d888002e931c4039d0466270230"}, + {file = "django_import_export-4.3.4.tar.gz", hash = "sha256:9ba43ced4fefae614ee7e30da8fdb55d6fcf0450489e7d290299672e0830a436"}, ] [package.dependencies] @@ -1687,18 +1687,19 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)" [[package]] name = "referencing" -version = "0.35.1" +version = "0.36.1" description = "JSON Referencing + Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"}, - {file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"}, + {file = "referencing-0.36.1-py3-none-any.whl", hash = "sha256:363d9c65f080d0d70bc41c721dce3c7f3e77fc09f269cd5c8813da18069a6794"}, + {file = "referencing-0.36.1.tar.gz", hash = "sha256:ca2e6492769e3602957e9b831b94211599d2aade9477f5d44110d2530cf9aade"}, ] [package.dependencies] attrs = ">=22.2.0" rpds-py = ">=0.7.0" +typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""} [[package]] name = "requests" @@ -2266,13 +2267,13 @@ files = [ [[package]] name = "virtualenv" -version = "20.28.1" +version = "20.29.1" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" files = [ - {file = "virtualenv-20.28.1-py3-none-any.whl", hash = "sha256:412773c85d4dab0409b83ec36f7a6499e72eaf08c80e81e9576bca61831c71cb"}, - {file = "virtualenv-20.28.1.tar.gz", hash = "sha256:5d34ab240fdb5d21549b76f9e8ff3af28252f5499fb6d6f031adac4e5a8c5329"}, + {file = "virtualenv-20.29.1-py3-none-any.whl", hash = "sha256:4e4cb403c0b0da39e13b46b1b2476e505cb0046b25f242bee80f62bf990b2779"}, + {file = "virtualenv-20.29.1.tar.gz", hash = "sha256:b8b8970138d32fb606192cb97f6cd4bb644fa486be9308fb9b63f81091b5dc35"}, ] [package.dependencies] @@ -2342,4 +2343,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "623753d009cc12ddcf104c2ceecf0ab88948a3b4af84c3c374664a6aa2061bc5" +content-hash = "62486223f5907ed1ae94a34b86dad9a208fd6c84eb05faab91f1806a52ef372a" diff --git a/pyproject.toml b/pyproject.toml index 12a1e80..90142fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"