Skip to content

Commit 5595df8

Browse files
build(deps): bump the python-dependencies group with 7 updates (#97)
Bumps the python-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` | | [black](https://github.com/psf/black) | `23.12.1` | `24.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.9` | `0.1.15` | | [fastapi](https://github.com/tiangolo/fastapi) | `0.108.0` | `0.109.0` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `1.39.1` | `1.40.0` | | [uvicorn[standard]](https://github.com/encode/uvicorn) | `0.25.0` | `0.27.0.post1` | | [furo](https://github.com/pradyunsg/furo) | `2023.9.10` | `2024.1.29` | Updates `pytest` from 7.4.4 to 8.0.0 - [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.4...8.0.0) Updates `black` from 23.12.1 to 24.1.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.1.1) Updates `ruff` from 0.1.9 to 0.1.15 - [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.9...v0.1.15) Updates `fastapi` from 0.108.0 to 0.109.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.108.0...0.109.0) Updates `sentry-sdk[fastapi]` from 1.39.1 to 1.40.0 - [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.39.1...1.40.0) Updates `uvicorn[standard]` from 0.25.0 to 0.27.0.post1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.25.0...0.27.0.post1) Updates `furo` from 2023.9.10 to 2024.1.29 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2023.09.10...2024.01.29) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-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: furo dependency-type: direct:production update-type: version-update:semver-major 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 2610ea6 commit 5595df8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

requirements/requirements-dev.txt

Lines changed: 2 additions & 2 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.12.1
7+
black==24.1.1
88
# via -r requirements/requirements-dev.in
99
build==1.0.3
1010
# via pip-tools
@@ -45,7 +45,7 @@ pyyaml==6.0.1
4545
# via
4646
# -c requirements/requirements.txt
4747
# pre-commit
48-
ruff==0.1.9
48+
ruff==0.1.15
4949
# via -r requirements/requirements-dev.in
5050
virtualenv==20.24.6
5151
# via pre-commit

requirements/requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ charset-normalizer==3.3.2
2222
# via requests
2323
docutils==0.20.1
2424
# via sphinx
25-
furo==2023.9.10
25+
furo==2024.1.29
2626
# via -r requirements/requirements-docs.in
2727
idna==3.4
2828
# via

requirements/requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ packaging==23.2
3232
# via pytest
3333
pluggy==1.3.0
3434
# via pytest
35-
pytest==7.4.4
35+
pytest==8.0.0
3636
# via
3737
# -r requirements/requirements-tests.in
3838
# pytest-randomly

requirements/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ certifi==2023.7.22
1414
# via sentry-sdk
1515
click==8.1.7
1616
# via uvicorn
17-
fastapi==0.108.0
17+
fastapi==0.109.0
1818
# via
1919
# -r requirements/requirements.in
2020
# sentry-sdk
@@ -34,11 +34,11 @@ python-dotenv==1.0.0
3434
# via uvicorn
3535
pyyaml==6.0.1
3636
# via uvicorn
37-
sentry-sdk[fastapi]==1.39.1
37+
sentry-sdk[fastapi]==1.40.0
3838
# via -r requirements/requirements.in
3939
sniffio==1.3.0
4040
# via anyio
41-
starlette==0.32.0.post1
41+
starlette==0.35.1
4242
# via fastapi
4343
typing-extensions==4.8.0
4444
# via
@@ -47,7 +47,7 @@ typing-extensions==4.8.0
4747
# pydantic-core
4848
urllib3==2.0.7
4949
# via sentry-sdk
50-
uvicorn[standard]==0.25.0
50+
uvicorn[standard]==0.27.0.post1
5151
# via
5252
# -r requirements/requirements.in
5353
# uvicorn

0 commit comments

Comments
 (0)