Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates in the / directory: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [kubernetes](https://github.com/kubernetes-client/python), [pytest](https://github.com/pytest-dev/pytest) and [pylint](https://github.com/pylint-dev/pylint).


Updates `sqlalchemy` from 2.0.30 to 2.0.31
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `kubernetes` from 29.0.0 to 30.1.0
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/python@v29.0.0...v30.1.0)

Updates `pytest` from 8.2.1 to 8.2.2
- [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.2.1...8.2.2)

Updates `pylint` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent c5542e4 commit 0ec95aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
dependencies = [
"pika==1.3.2",
"psycopg2==2.9.9",
"SQLAlchemy==2.0.30",
"SQLAlchemy==2.0.31",
]

[project.urls]
Expand All @@ -17,7 +17,7 @@ file_watcher = "file_watcher.main:main"
[project.optional-dependencies]
operator = [
"kopf==1.37.2",
"kubernetes==29.0.0",
"kubernetes==30.1.0",
"PyYAML==6.0.1"
]

Expand All @@ -26,13 +26,13 @@ formatting = [
]

test = [
"pytest==8.2.1",
"pytest==8.2.2",
"pytest-cov==5.0.0",
"pytest-asyncio==0.23.7"
]

code-inspection = [
"pylint==3.2.2",
"pylint==3.2.3",
"mypy==1.10.0",
"types-PyYAML==6.0.12.20240311",
"file_watcher[test]",
Expand Down

0 comments on commit 0ec95aa

Please sign in to comment.