Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.30` | `2.0.32` |
| [kubernetes](https://github.com/kubernetes-client/python) | `29.0.0` | `30.1.0` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.3.2` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.7` | `0.24.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.2` | `3.2.7` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.2` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240808` |



Updates `sqlalchemy` from 2.0.30 to 2.0.32
- [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 `pyyaml` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.2)

Updates `black` from 24.4.2 to 24.8.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

Updates `pytest` from 8.2.1 to 8.3.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.3.2)

Updates `pytest-asyncio` from 0.23.7 to 0.24.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.7...v0.24.0)

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

Updates `mypy` from 1.10.0 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.11.2)

Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240808
- [Commits](https://github.com/python/typeshed/commits)

---
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: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: types-pyyaml
  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 Sep 2, 2024
1 parent 223fe91 commit b321618
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.32",
]

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

formatting = [
"black==24.4.2"
"black==24.8.0"
]

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

code-inspection = [
"pylint==3.2.2",
"mypy==1.10.0",
"types-PyYAML==6.0.12.20240311",
"pylint==3.2.7",
"mypy==1.11.2",
"types-PyYAML==6.0.12.20240808",
"file_watcher[test]",
"file_watcher[operator]"
]
Expand Down

0 comments on commit b321618

Please sign in to comment.