mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-21 17:05:34 +00:00
2c8f0a43d98f96f502d143e636eaa99c86f612bd
99
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
2c8f0a43d9 |
chore(deps): Bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
13a7999837 |
Merge pull request #80 from furyhawk/dependabot/pip/all-dependencies-f44031ab6e
chore(deps): Bump the all-dependencies group across 1 directory with 50 updates |
||
|
|
af79702fbc | Bump version to 0.1.20 v0.1.20 | ||
|
|
5f320e9cda |
feat: Add offset parameter for pagination in humidity, pressure, and temperature search endpoints
Co-authored-by: Copilot <copilot@github.com> |
||
|
|
0e578a3120 |
chore: merge main into PR branch, resolving conflicts
- Remove poetry.lock (project migrated to uv) - Update pyproject.toml to use uv/hatchling format with bumped dependency versions - Regenerate uv.lock with updated package versions Co-authored-by: furyhawk <831682+furyhawk@users.noreply.github.com> |
||
|
|
6f27b6831e |
Merge pull request #81 from furyhawk/dependabot/docker/python-3.14.3-slim-bookworm
chore(deps): Bump python from 3.13.3-slim-bookworm to 3.14.3-slim-bookworm |
||
|
|
d7997450df | chore: migrate project to uv v0.1.19 | ||
|
|
da3a193836 | feat: Replace Poetry with uv for dependency management in CI workflow | ||
|
|
9dc1795f9f | Refactor code structure for improved readability and maintainability | ||
|
|
375ca1bb2b | feat: Update humidity, pressure, and temperature endpoints to support search with date range and limit | ||
|
|
f23d222b5b | feat: Add Database & Models Specialist guidelines and responsibilities | ||
|
|
5b1dfa9608 |
chore(deps): Bump python
Bumps python from 3.13.3-slim-bookworm to 3.14.3-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.3-slim-bookworm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
56353bb6a8 |
chore(deps): Bump the all-dependencies group across 1 directory with 50 updates
Bumps the all-dependencies group with 47 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.14.1` | `1.18.3` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` | | [bcrypt](https://github.com/pyca/bcrypt) | `4.3.0` | `5.0.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.10` | `0.128.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.12.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.8.1` | `2.12.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.10.1` | `2.11.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.20` | `0.0.22` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.38` | `2.0.46` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.6.12` | `7.13.2` | | [freezegun](https://github.com/spulec/freezegun) | `1.5.1` | `1.5.5` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.1.1` | `3.3.1` | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.19.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.5.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.4.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.0.0` | `7.0.0` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.6.1` | `3.8.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.14.14` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.34.0` | `0.40.0` | | [anyio](https://github.com/agronholm/anyio) | `4.8.0` | `4.12.1` | | [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2026.1.4` | | [cfgv](https://github.com/asottile/cfgv) | `3.4.0` | `3.5.0` | | [click](https://github.com/pallets/click) | `8.1.8` | `8.3.1` | | [distlib](https://github.com/pypa/distlib) | `0.3.9` | `0.4.0` | | [dnspython](https://github.com/rthalley/dnspython) | `2.7.0` | `2.8.0` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.2.0` | `2.3.0` | | [execnet](https://github.com/pytest-dev/execnet) | `2.1.1` | `2.1.2` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.17.0` | `3.20.3` | | [h11](https://github.com/python-hyper/h11) | `0.14.0` | `0.16.0` | | [httptools](https://github.com/MagicStack/httptools) | `0.6.4` | `0.7.1` | | [identify](https://github.com/pre-commit/identify) | `2.6.8` | `2.6.16` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.3.0` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.9` | `1.3.10` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [mypy-extensions](https://github.com/python/mypy_extensions) | `1.0.0` | `1.1.0` | | [nodeenv](https://github.com/ekalinin/nodeenv) | `1.9.1` | `1.10.0` | | [packaging](https://github.com/pypa/packaging) | `24.2` | `26.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.6` | `4.5.1` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.1` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [starlette](https://github.com/Kludex/starlette) | `0.46.0` | `0.50.0` | | [uvloop](https://github.com/MagicStack/uvloop) | `0.21.0` | `0.22.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.2` | `20.36.1` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.0.4` | `1.1.1` | | [websockets](https://github.com/python-websockets/websockets) | `15.0` | `16.0` | Updates `alembic` from 1.14.1 to 1.18.3 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `asyncpg` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.30.0...v0.31.0) Updates `bcrypt` from 4.3.0 to 5.0.0 - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.3.0...5.0.0) Updates `fastapi` from 0.115.10 to 0.128.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.10...0.128.0) Updates `pydantic` from 2.10.6 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.12.5) Updates `pydantic-settings` from 2.8.1 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.12.0) Updates `pyjwt` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.11.0) Updates `python-multipart` from 0.0.20 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.22) Updates `sqlalchemy` from 2.0.38 to 2.0.46 - [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 `coverage` from 7.6.12 to 7.13.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.6.12...7.13.2) Updates `freezegun` from 1.5.1 to 1.5.5 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.5.1...1.5.5) Updates `greenlet` from 3.1.1 to 3.3.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.1.1...3.3.1) Updates `mypy` from 1.15.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.19.1) Updates `pre-commit` from 4.1.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.5.1) Updates `pytest` from 8.3.4 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.4.2) Updates `pytest-cov` from 6.0.0 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.0.0) Updates `pytest-xdist` from 3.6.1 to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.8.0) Updates `ruff` from 0.9.9 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.14.14) Updates `uvicorn` from 0.34.0 to 0.40.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.34.0...0.40.0) Updates `anyio` from 4.8.0 to 4.12.1 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.8.0...4.12.1) Updates `certifi` from 2025.1.31 to 2026.1.4 - [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2026.01.04) Updates `cfgv` from 3.4.0 to 3.5.0 - [Commits](https://github.com/asottile/cfgv/compare/v3.4.0...v3.5.0) Updates `click` from 8.1.8 to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.8...8.3.1) Updates `distlib` from 0.3.9 to 0.4.0 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/distlib/compare/0.3.9...0.4.0) Updates `dnspython` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.7.0...v2.8.0) Updates `email-validator` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshData/python-email-validator/compare/v2.2.0...v2.3.0) Updates `execnet` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/execnet/compare/v2.1.1...v2.1.2) Updates `filelock` from 3.17.0 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.17.0...3.20.3) Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) Updates `httpcore` from 1.0.7 to 1.0.9 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.7...1.0.9) Updates `httptools` from 0.6.4 to 0.7.1 - [Release notes](https://github.com/MagicStack/httptools/releases) - [Commits](https://github.com/MagicStack/httptools/compare/v0.6.4...v0.7.1) Updates `identify` from 2.6.8 to 2.6.16 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.8...v2.6.16) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11) Updates `iniconfig` from 2.0.0 to 2.3.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](https://github.com/pytest-dev/iniconfig/compare/v2.0.0...v2.3.0) Updates `mako` from 1.3.9 to 1.3.10 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.2...3.0.3) Updates `mypy-extensions` from 1.0.0 to 1.1.0 - [Commits](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0) Updates `nodeenv` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](https://github.com/ekalinin/nodeenv/compare/1.9.1...1.10.0) Updates `packaging` from 24.2 to 26.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.2...26.0) Updates `platformdirs` from 4.3.6 to 4.5.1 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.6...4.5.1) Updates `pluggy` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.5.0...1.6.0) Updates `pydantic-core` from 2.27.2 to 2.41.5 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.41.5) Updates `python-dotenv` from 1.0.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.1) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `starlette` from 0.46.0 to 0.50.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.46.0...0.50.0) Updates `typing-extensions` from 4.12.2 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.12.2...4.15.0) Updates `uvloop` from 0.21.0 to 0.22.1 - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.21.0...v0.22.1) Updates `virtualenv` from 20.29.2 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.29.2...20.36.1) Updates `watchfiles` from 1.0.4 to 1.1.1 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v1.0.4...v1.1.1) Updates `websockets` from 15.0 to 16.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0...16.0) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyjwt dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-version: 7.13.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: freezegun dependency-version: 1.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: greenlet dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvicorn dependency-version: 0.40.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-version: 4.12.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: cfgv dependency-version: 3.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: click dependency-version: 8.3.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: distlib dependency-version: 0.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: execnet dependency-version: 2.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httpcore dependency-version: 1.0.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: httptools dependency-version: 0.7.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: identify dependency-version: 2.6.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: idna dependency-version: '3.11' dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: iniconfig dependency-version: 2.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: mako dependency-version: 1.3.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy-extensions dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: nodeenv dependency-version: 1.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: packaging dependency-version: '26.0' dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: platformdirs dependency-version: 4.5.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-core dependency-version: 2.41.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: starlette dependency-version: 0.50.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: watchfiles dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: websockets dependency-version: '16.0' dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
7cd95c166a |
Merge pull request #61 from furyhawk/dependabot/docker/python-3.13.3-slim-bookworm
chore(deps): Bump python from 3.13.1-slim-bookworm to 3.13.3-slim-bookworm |
||
|
|
899bd3560f |
chore(deps): Bump python
Bumps python from 3.13.1-slim-bookworm to 3.13.3-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.3-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
17078d482b |
Merge pull request #59 from furyhawk/dependabot/pip/pytest-asyncio-0.26.0
chore(deps-dev): Bump pytest-asyncio from 0.25.2 to 0.26.0 |
||
|
|
976b585bfc |
chore(deps-dev): Bump pytest-asyncio from 0.25.2 to 0.26.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.26.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
fcfa6acb00 |
Merge pull request #57 from furyhawk/dependabot/pip/all-dependencies-d73262f4e6
chore(deps): Bump the all-dependencies group with 12 updates |
||
|
|
7e3bf6763f |
chore(deps): Bump the all-dependencies group with 12 updates
Bumps the all-dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [bcrypt](https://github.com/pyca/bcrypt) | `4.2.1` | `4.3.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` | `0.115.10` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.1` | `2.8.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.37` | `2.0.38` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.9` | | [identify](https://github.com/pre-commit/identify) | `2.6.6` | `2.6.8` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.8` | `1.3.9` | | [starlette](https://github.com/encode/starlette) | `0.45.3` | `0.46.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.1` | `20.29.2` | | [websockets](https://github.com/python-websockets/websockets) | `14.2` | `15.0` | Updates `bcrypt` from 4.2.1 to 4.3.0 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.1...4.3.0) Updates `fastapi` from 0.115.8 to 0.115.10 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.10) Updates `pydantic-settings` from 2.7.1 to 2.8.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.8.1) Updates `sqlalchemy` from 2.0.37 to 2.0.38 - [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 `coverage` from 7.6.10 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.10...7.6.12) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `ruff` from 0.9.4 to 0.9.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.4...0.9.9) Updates `identify` from 2.6.6 to 2.6.8 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.6...v2.6.8) Updates `mako` from 1.3.8 to 1.3.9 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `starlette` from 0.45.3 to 0.46.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.45.3...0.46.0) Updates `virtualenv` from 20.29.1 to 20.29.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.29.1...20.29.2) Updates `websockets` from 14.2 to 15.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.2...15.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mako dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
cffd8a8059 |
Merge pull request #54 from furyhawk/dependabot/pip/all-dependencies-07df65472f
chore(deps): Bump the all-dependencies group with 6 updates |
||
|
|
b96290d743 |
chore(deps): Bump the all-dependencies group with 6 updates
Bumps the all-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.8` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.2` | `0.9.4` | | [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` | | [starlette](https://github.com/encode/starlette) | `0.41.3` | `0.45.3` | Updates `fastapi` from 0.115.6 to 0.115.8 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.6...0.115.8) Updates `pydantic` from 2.10.5 to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6) Updates `ruff` from 0.9.2 to 0.9.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.2...0.9.4) Updates `certifi` from 2024.12.14 to 2025.1.31 - [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31) Updates `filelock` from 3.16.1 to 3.17.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.1...3.17.0) Updates `starlette` from 0.41.3 to 0.45.3 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.41.3...0.45.3) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
350e31c53f |
Merge pull request #53 from furyhawk/dependabot/pip/all-dependencies-10a0f48737
chore(deps-dev): Bump ruff from 0.8.6 to 0.9.2 in the all-dependencies group across 1 directoryv0.1.18 |
||
|
|
b13a92fa9a | fix: update route filtering to use APIRouter for authorized routes | ||
|
|
dff011e7af | fix: refine authorized routes filtering to ensure only APIRoute instances are included | ||
|
|
c6e3fdc63e | fix: remove unnecessary blank line in JWT error test file | ||
|
|
acf0402336 | fix: update JWT tests to only include authorized routes for better coverage | ||
|
|
e859d753b2 | fix: update JWT error handling to accept additional status code and adjust coverage threshold | ||
|
|
af8f34a8b3 | fix: add pytest-asyncio marker to test functions for proper async execution | ||
|
|
0d63f60e42 |
chore(deps-dev): Bump ruff
Bumps the all-dependencies group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.8.6 to 0.9.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.6...0.9.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
ac8d9ba5a5 | fix: ensure newline at end of file in test files | ||
|
|
0806527d17 | bump pytest-asyncio = "^0.25.0" | ||
|
|
b2557c367e | migrate tests to pytest-asyncio | ||
|
|
9e0456f1fc | logging missed | ||
|
|
52b7716391 | migrate tests to pytest-asyncio 0.24.0 | ||
|
|
09639aef8f | bump version to 6.1.0 | ||
|
|
5eebba1dfa | add asyncio extra dependency to sqlalchemy | ||
|
|
21df255863 | change gevent to greenlet | ||
|
|
b7728ef3e5 | switch to python3.13 and update packages | ||
|
|
1efea294ad |
Merge pull request #49 from furyhawk/dependabot/pip/all-dependencies-aac819d5e1
chore(deps): Bump the all-dependencies group across 1 directory with 29 updates |
||
|
|
99a52105c9 |
chore(deps): Bump the all-dependencies group across 1 directory with 29 updates
Bumps the all-dependencies group with 28 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bcrypt](https://github.com/pyca/bcrypt) | `4.2.0` | `4.2.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.4` | `0.115.6` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.1` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.9.0` | `2.10.1` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.17` | `0.0.20` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.37` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.10` | | [gevent](https://github.com/gevent/gevent) | `24.10.3` | `24.11.1` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.3` | `0.9.1` | | [types-passlib](https://github.com/python/typeshed) | `1.7.7.20240819` | `1.7.7.20241221` | | [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.34.0` | | [anyio](https://github.com/agronholm/anyio) | `4.6.2.post1` | `4.8.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [httpcore](https://github.com/encode/httpcore) | `1.0.6` | `1.0.7` | | [identify](https://github.com/pre-commit/identify) | `2.6.2` | `2.6.5` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.6` | `1.3.8` | | [setuptools](https://github.com/pypa/setuptools) | `75.3.0` | `75.8.0` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | | [starlette](https://github.com/encode/starlette) | `0.41.2` | `0.41.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.27.1` | `20.28.1` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.24.0` | `1.0.4` | | [websockets](https://github.com/python-websockets/websockets) | `14.0` | `14.1` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.1.1` | `7.2` | Updates `bcrypt` from 4.2.0 to 4.2.1 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.0...4.2.1) Updates `fastapi` from 0.115.4 to 0.115.6 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.115.6) Updates `pydantic` from 2.9.2 to 2.10.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.5) Updates `pydantic-settings` from 2.6.1 to 2.7.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.1) Updates `pyjwt` from 2.9.0 to 2.10.1 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.9.0...2.10.1) Updates `python-multipart` from 0.0.17 to 0.0.20 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.17...0.0.20) Updates `sqlalchemy` from 2.0.36 to 2.0.37 - [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 `coverage` from 7.6.4 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.4...7.6.10) Updates `gevent` from 24.10.3 to 24.11.1 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/24.10.3...24.11.1) Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.2...0.28.1) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.1) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `ruff` from 0.7.3 to 0.9.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.3...0.9.1) Updates `types-passlib` from 1.7.7.20240819 to 1.7.7.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `uvicorn` from 0.32.0 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.0...0.34.0) Updates `anyio` from 4.6.2.post1 to 4.8.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.6.2.post1...4.8.0) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) Updates `httpcore` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.6...1.0.7) Updates `identify` from 2.6.2 to 2.6.5 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.2...v2.6.5) Updates `mako` from 1.3.6 to 1.3.8 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `pydantic-core` from 2.23.4 to 2.27.2 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.27.2) Updates `setuptools` from 75.3.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.3.0...v75.8.0) Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) Updates `starlette` from 0.41.2 to 0.41.3 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.41.2...0.41.3) Updates `virtualenv` from 20.27.1 to 20.28.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.27.1...20.28.1) Updates `watchfiles` from 0.24.0 to 1.0.4 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.24.0...v1.0.4) Updates `websockets` from 14.0 to 14.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.0...14.1) Updates `zope-interface` from 7.1.1 to 7.2 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/7.1.1...7.2) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: gevent dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: types-passlib dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: uvicorn dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: click dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: httpcore dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mako dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-core dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: six dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: watchfiles dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: zope-interface dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
ef9c74f9cc |
Merge pull request #37 from furyhawk/dependabot/pip/all-dependencies-15b9c31060
chore(deps): Bump the all-dependencies group with 5 updates |
||
|
|
55060136d8 |
chore(deps): Bump the all-dependencies group with 5 updates
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.13.3` | `1.14.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.7.3` | | [identify](https://github.com/pre-commit/identify) | `2.6.1` | `2.6.2` | | [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `14.0` | Updates `alembic` from 1.13.3 to 1.14.0 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `ruff` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.2...0.7.3) Updates `identify` from 2.6.1 to 2.6.2 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.1...v2.6.2) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.1...24.2) Updates `websockets` from 13.1 to 14.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.1...14.0) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
3af8fe3761 |
Merge pull request #36 from furyhawk/dependabot/pip/all-dependencies-76a9eea9ee
chore(deps): Bump the all-dependencies group across 1 directory with 11 updates |
||
|
|
66cb0921be |
chore(deps): Bump the all-dependencies group across 1 directory with 11 updates
Bumps the all-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.2` | `0.115.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.0` | `2.6.1` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.12` | `0.0.17` | | [mypy](https://github.com/python/mypy) | `1.12.1` | `1.13.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.0` | `0.7.2` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.5` | `1.3.6` | | [setuptools](https://github.com/pypa/setuptools) | `75.2.0` | `75.3.0` | | [starlette](https://github.com/encode/starlette) | `0.40.0` | `0.41.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.27.0` | `20.27.1` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.1.0` | `7.1.1` | Updates `fastapi` from 0.115.2 to 0.115.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.2...0.115.4) Updates `pydantic-settings` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.6.1) Updates `python-multipart` from 0.0.12 to 0.0.17 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.12...0.0.17) Updates `mypy` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) Updates `ruff` from 0.7.0 to 0.7.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.0...0.7.2) Updates `mako` from 1.3.5 to 1.3.6 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `setuptools` from 75.2.0 to 75.3.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0) Updates `starlette` from 0.40.0 to 0.41.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.40.0...0.41.2) Updates `virtualenv` from 20.27.0 to 20.27.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.27.0...20.27.1) Updates `zope-interface` from 7.1.0 to 7.1.1 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mako dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: zope-interface dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
e6153b9a8f |
Merge pull request #34 from furyhawk/dependabot/pip/all-dependencies-3a50e354d8
chore(deps): Bump the all-dependencies group across 1 directory with 19 updates |
||
|
|
dc413c6865 |
chore(deps): Bump the all-dependencies group across 1 directory with 19 updates
Bumps the all-dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.29.0` | `0.30.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.0` | `0.115.2` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.5.2` | `2.6.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.35` | `2.0.36` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` | | [gevent](https://github.com/gevent/gevent) | `24.2.1` | `24.10.3` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.12.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.0` | `4.0.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.31.0` | `0.32.0` | | [anyio](https://github.com/agronholm/anyio) | `4.6.0` | `4.6.2.post1` | | [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.3.9` | | [httptools](https://github.com/MagicStack/httptools) | `0.6.1` | `0.6.4` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` | | [setuptools](https://github.com/pypa/setuptools) | `75.1.0` | `75.2.0` | | [starlette](https://github.com/encode/starlette) | `0.38.6` | `0.40.0` | | [uvloop](https://github.com/MagicStack/uvloop) | `0.20.0` | `0.21.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.6` | `20.27.0` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.0.3` | `7.1.0` | Updates `asyncpg` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.30.0) Updates `fastapi` from 0.115.0 to 0.115.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.115.2) Updates `pydantic-settings` from 2.5.2 to 2.6.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.5.2...v2.6.0) Updates `sqlalchemy` from 2.0.35 to 2.0.36 - [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 `coverage` from 7.6.1 to 7.6.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.4) Updates `gevent` from 24.2.1 to 24.10.3 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/24.2.1...24.10.3) Updates `mypy` from 1.11.2 to 1.12.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.1) Updates `pre-commit` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.0...v4.0.1) Updates `ruff` from 0.6.9 to 0.7.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.9...0.7.0) Updates `uvicorn` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.31.0...0.32.0) Updates `anyio` from 4.6.0 to 4.6.2.post1 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.6.0...4.6.2.post1) Updates `distlib` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/distlib/compare/0.3.8...0.3.9) Updates `httptools` from 0.6.1 to 0.6.4 - [Release notes](https://github.com/MagicStack/httptools/releases) - [Commits](https://github.com/MagicStack/httptools/compare/v0.6.1...v0.6.4) Updates `markupsafe` from 2.1.5 to 3.0.2 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.2) Updates `setuptools` from 75.1.0 to 75.2.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.1.0...v75.2.0) Updates `starlette` from 0.38.6 to 0.40.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.38.6...0.40.0) Updates `uvloop` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.20.0...v0.21.0) Updates `virtualenv` from 20.26.6 to 20.27.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.6...20.27.0) Updates `zope-interface` from 7.0.3 to 7.1.0 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/7.0.3...7.1.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: gevent dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvicorn dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: distlib dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: httptools dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: markupsafe dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvloop dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: zope-interface dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
6e2167e404 |
Merge pull request #31 from furyhawk/dependabot/pip/all-dependencies-e3a1ac1b42
chore(deps): Bump the all-dependencies group with 4 updates |
||
|
|
c2e92dee95 |
chore(deps): Bump the all-dependencies group with 4 updates
Bumps the all-dependencies group with 4 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff), [dnspython](https://github.com/rthalley/dnspython) and [httpcore](https://github.com/encode/httpcore). Updates `pre-commit` from 3.8.0 to 4.0.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.0) Updates `ruff` from 0.6.8 to 0.6.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.8...0.6.9) Updates `dnspython` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.6.1...v2.7.0) Updates `httpcore` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.5...1.0.6) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: dnspython dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httpcore dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
3e10548758 |
Merge pull request #30 from furyhawk/dependabot/pip/all-dependencies-ab138be3cb
chore(deps): Bump the all-dependencies group across 1 directory with 16 updates |
||
|
|
b06a888021 |
chore(deps): Bump the all-dependencies group across 1 directory with 16 updates
Bumps the all-dependencies group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.13.2` | `1.13.3` | | [fastapi](https://github.com/fastapi/fastapi) | `0.114.2` | `0.115.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.1` | `2.9.2` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.9` | `0.0.12` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.34` | `2.0.35` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.5` | `0.6.8` | | [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.31.0` | | [anyio](https://github.com/agronholm/anyio) | `4.4.0` | `4.6.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.0` | `3.16.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.1.0` | `3.1.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.3` | `4.3.6` | | [setuptools](https://github.com/pypa/setuptools) | `75.0.0` | `75.1.0` | | [starlette](https://github.com/encode/starlette) | `0.38.5` | `0.38.6` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.4` | `20.26.6` | | [websockets](https://github.com/python-websockets/websockets) | `13.0.1` | `13.1` | Updates `alembic` from 1.13.2 to 1.13.3 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `fastapi` from 0.114.2 to 0.115.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.2...0.115.0) Updates `pydantic` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2) Updates `python-multipart` from 0.0.9 to 0.0.12 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.9...0.0.12) Updates `sqlalchemy` from 2.0.34 to 2.0.35 - [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 `ruff` from 0.6.5 to 0.6.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.5...0.6.8) Updates `uvicorn` from 0.30.6 to 0.31.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.31.0) Updates `anyio` from 4.4.0 to 4.6.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.4.0...4.6.0) Updates `filelock` from 3.16.0 to 3.16.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.0...3.16.1) Updates `greenlet` from 3.1.0 to 3.1.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.1.0...3.1.1) Updates `platformdirs` from 4.3.3 to 4.3.6 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.6) Updates `pydantic-core` from 2.23.3 to 2.23.4 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.3...v2.23.4) Updates `setuptools` from 75.0.0 to 75.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.0.0...v75.1.0) Updates `starlette` from 0.38.5 to 0.38.6 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.38.5...0.38.6) Updates `virtualenv` from 20.26.4 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.4...20.26.6) Updates `websockets` from 13.0.1 to 13.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.0.1...13.1) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: uvicorn dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: greenlet dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-core dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |