Skip to content

Commit

Permalink
chore: bump the python group across 2 directories with 5 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 4 updates in the /git_services directory: [sentry-sdk](https://github.com/getsentry/sentry-python), [importlib-metadata](https://github.com/python/importlib_metadata), [ruff](https://github.com/astral-sh/ruff) and [renku](https://github.com/swissdatasciencecenter/renku-python).


Updates `python-gitlab` from 4.5.0 to 4.7.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.7.0)

Updates `sentry-sdk` from 2.5.1 to 2.10.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.10.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.5.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@v0.4.9...0.5.2)

Updates `sentry-sdk` from 2.5.1 to 2.10.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.10.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.5.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@v0.4.9...0.5.2)

Updates `renku` from 2.9.2 to 2.9.4
- [Release notes](https://github.com/swissdatasciencecenter/renku-python/releases)
- [Changelog](https://github.com/SwissDataScienceCenter/renku-python/blob/v2.9.4/CHANGES.rst)
- [Commits](SwissDataScienceCenter/renku-python@v2.9.2...v2.9.4)

---
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-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: indirect
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: renku
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent d01d07e commit f9c2193
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 73 deletions.
69 changes: 35 additions & 34 deletions git_services/poetry.lock

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

6 changes: 3 additions & 3 deletions git_services/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ 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.10.0"}
Flask = "3.0.3"
gevent = "^24.2.1"
gunicorn = "^22.0.0"
renku = "2.9.2"
renku = "2.9.4"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.2"
pytest-cov = "^5.0.0"
pytest-mock = "^3.12.0"
ruff = "^0.4.9"
ruff = "^0.5.2"


[tool.pytest.ini_options]
Expand Down
Loading

0 comments on commit f9c2193

Please sign in to comment.