Skip to content

Commit

Permalink
Deps: Bump the python-packages group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `4.2.10` | `4.2.11` |
| [weasyprint](https://github.com/Kozea/WeasyPrint) | `61.1` | `61.2` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `1.41.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.0` | `8.1.1` |
| [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` |


Updates `django` from 4.2.10 to 4.2.11
- [Commits](django/django@4.2.10...4.2.11)

Updates `weasyprint` from 61.1 to 61.2
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v61.1...v61.2)

Updates `sentry-sdk` from 1.40.6 to 1.41.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.40.6...1.41.0)

Updates `pytest` from 8.1.0 to 8.1.1
- [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.1.0...8.1.1)

Updates `packaging` from 23.2 to 24.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.2...24.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: packaging
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and greenbonebot committed Mar 11, 2024
1 parent b6f0f49 commit bef9d81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 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 @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
django = "=4.2.10"
django = "=4.2.11"
xmltodict = ">=0.12,<0.14"
pyyaml = ">=5.3.1,<7.0.0"
uritemplate = ">=3.0.1,<5.0.0"
Expand Down

0 comments on commit bef9d81

Please sign in to comment.