Skip to content

Commit 866b7c0

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 6 updates
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.44` | `2.0.45` | | [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) | `0.42.0` | `0.42.1` | | [cachetools](https://github.com/tkem/cachetools) | `6.2.2` | `6.2.4` | | [fastapi](https://github.com/fastapi/fastapi) | `0.124.0` | `0.124.4` | | [dirty-equals](https://github.com/samuelcolvin/dirty-equals) | `0.9.0` | `0.11` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | Updates `sqlalchemy` from 2.0.44 to 2.0.45 - [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 `sqlalchemy-utils` from 0.42.0 to 0.42.1 - [Release notes](https://github.com/kvesteri/sqlalchemy-utils/releases) - [Changelog](https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst) - [Commits](kvesteri/sqlalchemy-utils@0.42.0...0.42.1) Updates `cachetools` from 6.2.2 to 6.2.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.2...v6.2.4) Updates `fastapi` from 0.124.0 to 0.124.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.124.0...0.124.4) Updates `dirty-equals` from 0.9.0 to 0.11 - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](samuelcolvin/dirty-equals@v0.9.0...v0.11.0) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sqlalchemy-utils dependency-version: 0.42.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: cachetools dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: fastapi dependency-version: 0.124.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: dirty-equals dependency-version: '0.11' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 684778b commit 866b7c0

File tree

2 files changed

+63
-57
lines changed

2 files changed

+63
-57
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test =[
109109
"psycopg2-binary~=2.9.11",
110110
"deepdiff~=8.6.1",
111111
"respx~=0.22.0",
112-
"dirty_equals~=0.9.0",
112+
"dirty_equals>=0.9,<0.12",
113113
"gevent~=25.9.1",
114114
]
115115
dev = [

0 commit comments

Comments
 (0)