Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 10 updates (#135)
Browse files Browse the repository at this point in the history
* Bump the python-packages group across 1 directory with 10 updates

Bumps the python-packages group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.6` | `2.9.9` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.13` | `2.0.30` |
| [kopf](https://github.com/nolar/kopf) | `1.37.1` | `1.37.2` |
| [black](https://github.com/psf/black) | `23.10.1` | `24.4.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `8.2.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.21.0` | `0.23.7` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.0.2` | `3.2.2` |
| [mypy](https://github.com/python/mypy) | `1.6.0` | `1.10.0` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.12` | `6.0.12.20240311` |



Updates `psycopg2` from 2.9.6 to 2.9.9
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.6...2.9.9)

Updates `sqlalchemy` from 2.0.13 to 2.0.30
- [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 `kopf` from 1.37.1 to 1.37.2
- [Release notes](https://github.com/nolar/kopf/releases)
- [Commits](nolar/kopf@1.37.1...1.37.2)

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

Updates `pytest` from 7.4.2 to 8.2.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...8.2.1)

Updates `pytest-cov` from 4.1.0 to 5.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)

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

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

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

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

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: kopf
  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-major
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-minor
  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]>

* black auto commit

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
dependabot[bot] and github-actions authored Jun 5, 2024
1 parent 46d8cf7 commit c5542e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions file_watcher/database/db_updater.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Handles all database interactions for the file_watcher
"""

from typing import Union

from sqlalchemy import create_engine, Column, Integer, String, QueuePool
Expand Down
1 change: 1 addition & 0 deletions file_watcher/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Contains general utilities for the file_watcher module
"""

import logging
import sys

Expand Down
1 change: 1 addition & 0 deletions file_watcher_operator/file_watcher_operator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Filewatcher operator controls the deployments, PVs, and PVCs based on instrument CRDs
"""

import logging
import os
import sys
Expand Down
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ readme = "README.md"
version = "0.0.1"
dependencies = [
"pika==1.3.2",
"psycopg2==2.9.6",
"SQLAlchemy==2.0.13",
"psycopg2==2.9.9",
"SQLAlchemy==2.0.30",
]

[project.urls]
Expand All @@ -16,25 +16,25 @@ file_watcher = "file_watcher.main:main"

[project.optional-dependencies]
operator = [
"kopf==1.37.1",
"kopf==1.37.2",
"kubernetes==29.0.0",
"PyYAML==6.0.1"
]

formatting = [
"black==23.10.1"
"black==24.4.2"
]

test = [
"pytest==7.4.2",
"pytest-cov==4.1.0",
"pytest-asyncio==0.21.0"
"pytest==8.2.1",
"pytest-cov==5.0.0",
"pytest-asyncio==0.23.7"
]

code-inspection = [
"pylint==3.0.2",
"mypy==1.6.0",
"types-PyYAML==6.0.12.12",
"pylint==3.2.2",
"mypy==1.10.0",
"types-PyYAML==6.0.12.20240311",
"file_watcher[test]",
"file_watcher[operator]"
]
Expand Down

0 comments on commit c5542e4

Please sign in to comment.