Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [django-import-export](https://github.com/django-import-export/django-import-export) | `4.3.1` | `4.3.2` |
| [drf-spectacular](https://github.com/tfranzel/drf-spectacular) | `0.27.2` | `0.28.0` |
| [ipython](https://github.com/ipython/ipython) | `8.29.0` | `8.30.0` |
| [asttokens](https://github.com/gristlabs/asttokens) | `2.4.1` | `3.0.0` |
| [faker](https://github.com/joke2k/faker) | `33.0.0` | `33.1.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.2` | `2.6.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [tomli](https://github.com/hukkin/tomli) | `2.1.0` | `2.2.1` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.27.1` | `20.28.0` |


Updates `django-import-export` from 4.3.1 to 4.3.2
- [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.1...4.3.2)

Updates `drf-spectacular` from 0.27.2 to 0.28.0
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases)
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst)
- [Commits](tfranzel/drf-spectacular@0.27.2...0.28.0)

Updates `ipython` from 8.29.0 to 8.30.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.29.0...8.30.0)

Updates `asttokens` from 2.4.1 to 3.0.0
- [Commits](gristlabs/asttokens@v2.4.1...v3.0.0)

Updates `faker` from 33.0.0 to 33.1.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v33.0.0...v33.1.0)

Updates `identify` from 2.6.2 to 2.6.3
- [Commits](pre-commit/identify@v2.6.2...v2.6.3)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `tomli` from 2.1.0 to 2.2.1
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.1.0...2.2.1)

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

---
updated-dependencies:
- dependency-name: django-import-export
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: drf-spectacular
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: asttokens
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: faker
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: identify
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: tomli
  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 Dec 2, 2024
1 parent f04c990 commit 21d3d51
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 40 deletions.
105 changes: 66 additions & 39 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 @@ -51,7 +51,7 @@ django-import-export = { extras = ["xls", "xlsx"], version = ">=4.2" }
djangorestframework = "^3.15.2"
# OpenApi auto specs generator
# https://drf-spectacular.readthedocs.io/en/latest/
drf-spectacular = "^0.27.1"
drf-spectacular = ">=0.27.1,<0.29.0"
# Filter querysets dynamically
# https://django-filter.readthedocs.io/en/stable/
django-filter = "^24.3"
Expand Down

0 comments on commit 21d3d51

Please sign in to comment.