Skip to content

Commit 2610ea6

Browse files
build(deps): bump the python-dependencies group with 8 updates (#93)
Bumps the python-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.104.1` | `0.108.0` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `1.38.0` | `1.39.1` | | [uvicorn[standard]](https://github.com/encode/uvicorn) | `0.24.0.post1` | `0.25.0` | | [httpx](https://github.com/encode/httpx) | `0.25.2` | `0.26.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `7.4.4` | | [black](https://github.com/psf/black) | `23.11.0` | `23.12.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `3.6.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.6` | `0.1.9` | Updates `fastapi` from 0.104.1 to 0.108.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.104.1...0.108.0) Updates `sentry-sdk[fastapi]` from 1.38.0 to 1.39.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.38.0...1.39.1) Updates `uvicorn[standard]` from 0.24.0.post1 to 0.25.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.24.0.post1...0.25.0) Updates `httpx` from 0.25.2 to 0.26.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.25.2...0.26.0) Updates `pytest` from 7.4.3 to 7.4.4 - [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.3...7.4.4) Updates `black` from 23.11.0 to 23.12.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.11.0...23.12.1) Updates `pre-commit` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.5.0...v3.6.0) Updates `ruff` from 0.1.6 to 0.1.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.1.6...v0.1.9) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: sentry-sdk[fastapi] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bfa92b commit 2610ea6

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

requirements/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --output-file=requirements/requirements-dev.txt requirements/requirements-dev.in
66
#
7-
black==23.11.0
7+
black==23.12.1
88
# via -r requirements/requirements-dev.in
99
build==1.0.3
1010
# via pip-tools
@@ -37,15 +37,15 @@ platformdirs==3.11.0
3737
# via
3838
# black
3939
# virtualenv
40-
pre-commit==3.5.0
40+
pre-commit==3.6.0
4141
# via -r requirements/requirements-dev.in
4242
pyproject-hooks==1.0.0
4343
# via build
4444
pyyaml==6.0.1
4545
# via
4646
# -c requirements/requirements.txt
4747
# pre-commit
48-
ruff==0.1.6
48+
ruff==0.1.9
4949
# via -r requirements/requirements-dev.in
5050
virtualenv==20.24.6
5151
# via pre-commit

requirements/requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ h11==0.14.0
1919
# httpcore
2020
httpcore==1.0.2
2121
# via httpx
22-
httpx==0.25.2
22+
httpx==0.26.0
2323
# via -r requirements/requirements-tests.in
2424
idna==3.4
2525
# via
@@ -32,7 +32,7 @@ packaging==23.2
3232
# via pytest
3333
pluggy==1.3.0
3434
# via pytest
35-
pytest==7.4.3
35+
pytest==7.4.4
3636
# via
3737
# -r requirements/requirements-tests.in
3838
# pytest-randomly

requirements/requirements.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ annotated-types==0.6.0
88
# via pydantic
99
anyio==3.7.1
1010
# via
11-
# fastapi
1211
# starlette
1312
# watchfiles
1413
certifi==2023.7.22
1514
# via sentry-sdk
1615
click==8.1.7
1716
# via uvicorn
18-
fastapi==0.104.1
17+
fastapi==0.108.0
1918
# via
2019
# -r requirements/requirements.in
2120
# sentry-sdk
@@ -35,13 +34,11 @@ python-dotenv==1.0.0
3534
# via uvicorn
3635
pyyaml==6.0.1
3736
# via uvicorn
38-
sentry-sdk[fastapi]==1.38.0
39-
# via
40-
# -r requirements/requirements.in
41-
# sentry-sdk
37+
sentry-sdk[fastapi]==1.39.1
38+
# via -r requirements/requirements.in
4239
sniffio==1.3.0
4340
# via anyio
44-
starlette==0.27.0
41+
starlette==0.32.0.post1
4542
# via fastapi
4643
typing-extensions==4.8.0
4744
# via
@@ -50,8 +47,10 @@ typing-extensions==4.8.0
5047
# pydantic-core
5148
urllib3==2.0.7
5249
# via sentry-sdk
53-
uvicorn[standard]==0.24.0.post1
54-
# via -r requirements/requirements.in
50+
uvicorn[standard]==0.25.0
51+
# via
52+
# -r requirements/requirements.in
53+
# uvicorn
5554
uvloop==0.19.0
5655
# via uvicorn
5756
watchfiles==0.21.0

0 commit comments

Comments
 (0)