-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the pip-minor-and-patch group across 1 directory with 10 updates
Bumps the pip-minor-and-patch group with 10 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [amsterdam-schema-tools[django]](https://github.com/amsterdam/schema-tools) | `6.1.1` | `6.1.2` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.10` | `1.8.0` | | [drf-spectacular](https://github.com/tfranzel/drf-spectacular) | `0.27.2` | `0.28.0` | | [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) | `0.15.2` | `0.16.0` | | [orjson](https://github.com/ijl/orjson) | `3.10.11` | `3.10.12` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.18.0` | `2.19.2` | | [zipp](https://github.com/jaraco/zipp) | `3.20.2` | `3.21.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.8.2` | | [tomli](https://github.com/hukkin/tomli) | `2.0.2` | `2.2.1` | Updates `amsterdam-schema-tools[django]` from 6.1.1 to 6.1.2 - [Changelog](https://github.com/Amsterdam/schema-tools/blob/master/CHANGES.md) - [Commits](https://github.com/amsterdam/schema-tools/commits) Updates `bandit` from 1.7.10 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.10...1.8.0) 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 `geoalchemy2` from 0.15.2 to 0.16.0 - [Release notes](https://github.com/geoalchemy/geoalchemy2/releases) - [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt) - [Commits](geoalchemy/geoalchemy2@0.15.2...0.16.0) Updates `orjson` from 3.10.11 to 3.10.12 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.10.11...3.10.12) 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 `sentry-sdk` from 2.18.0 to 2.19.2 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.18.0...2.19.2) Updates `zipp` from 3.20.2 to 3.21.0 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.20.2...v3.21.0) Updates `ruff` from 0.7.2 to 0.8.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.8.2) Updates `tomli` from 2.0.2 to 2.2.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.2...2.2.1) --- updated-dependencies: - dependency-name: amsterdam-schema-tools[django] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: drf-spectacular dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: geoalchemy2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: tomli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5904619
commit ec631c0
Showing
4 changed files
with
306 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
-r ./requirements.in | ||
|
||
black==24.10.0 | ||
ruff==0.7.2 | ||
ruff==0.8.2 | ||
pytest-sugar==1.0.0 | ||
termcolor==2.5.0 | ||
pre-commit==4.0.1 | ||
django-debug-toolbar==4.4.6 | ||
django-extensions==3.2.3 | ||
pip-tools==7.4.1 | ||
tomli==2.0.2 | ||
tomli==2.2.1 |
Oops, something went wrong.