Skip to content

Commit

Permalink
build(deps-dev): Bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [types-psycopg2](https://github.com/python/typeshed).


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

Updates `types-psycopg2` from 2.9.21.20240417 to 2.9.21.20240819
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: types-psycopg2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent d864d9c commit ba5f384
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 @@ -45,7 +45,7 @@ faker = ">=18.5.1"
mypy = ">=1.8.0"
pendulum = "~=3.0"
pre-commit = ">=3.0.4"
ruff = "~=0.5.0"
ruff = "~=0.6.1"
pydocstyle = ">=6.1.1"
tox = "~=4"
types-paramiko = ">=3.3.0.0"
Expand Down

0 comments on commit ba5f384

Please sign in to comment.