Skip to content

Commit

Permalink
chore: bump the python group across 2 directories with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 4 updates in the / directory: [python-gitlab](https://github.com/python-gitlab/python-gitlab), [sentry-sdk](https://github.com/getsentry/sentry-python), [importlib-metadata](https://github.com/python/importlib_metadata) and [ruff](https://github.com/astral-sh/ruff).
Bumps the python group with 3 updates in the /git_services directory: [sentry-sdk](https://github.com/getsentry/sentry-python), [importlib-metadata](https://github.com/python/importlib_metadata) and [ruff](https://github.com/astral-sh/ruff).


Updates `python-gitlab` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v4.5.0...v4.6.0)

Updates `sentry-sdk` from 2.5.1 to 2.6.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@2.5.1...2.6.0)

Updates `importlib-metadata` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.1.0...v8.0.0)

Updates `ruff` from 0.4.9 to 0.4.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.9...v0.4.10)

Updates `sentry-sdk` from 2.5.1 to 2.6.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@2.5.1...2.6.0)

Updates `importlib-metadata` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.1.0...v8.0.0)

Updates `ruff` from 0.4.9 to 0.4.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.9...v0.4.10)

---
updated-dependencies:
- dependency-name: python-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: importlib-metadata
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent 625a0eb commit 8f79ac9
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 62 deletions.
54 changes: 27 additions & 27 deletions git_services/poetry.lock

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

4 changes: 2 additions & 2 deletions git_services/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = ">=3.11,<3.12"
requests = "^2.28.1"
dataconf = "^3.2.0"
json-rpc = "^1.14.0"
sentry-sdk = {extras = ["flask"], version = "^2.5.1"}
sentry-sdk = {extras = ["flask"], version = "^2.6.0"}
Flask = "3.0.3"
gevent = "^24.2.1"
gunicorn = "^22.0.0"
Expand All @@ -19,7 +19,7 @@ renku = "2.9.2"
pytest = "^8.0.2"
pytest-cov = "^5.0.0"
pytest-mock = "^3.12.0"
ruff = "^0.4.9"
ruff = "^0.4.10"


[tool.pytest.ini_options]
Expand Down
64 changes: 32 additions & 32 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 @@ -38,7 +38,7 @@ typed-ast = "*"
typing-extensions = "*"
semver = "*"
importlib-metadata = "*"
ruff = "^0.4.9"
ruff = "^0.4.10"
responses = "^0.25.3"


Expand Down

0 comments on commit 8f79ac9

Please sign in to comment.