Skip to content

Commit 3bfa92b

Browse files
build(deps): bump the python-dependencies group with 3 updates (#92)
Bumps the python-dependencies group with 3 updates: [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python), [ruff](https://github.com/astral-sh/ruff) and [httpx](https://github.com/encode/httpx). Updates `sentry-sdk[fastapi]` from 1.34.0 to 1.38.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.34.0...1.38.0) Updates `ruff` from 0.1.5 to 0.1.6 - [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.5...v0.1.6) Updates `httpx` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.25.1...0.25.2) --- updated-dependencies: - dependency-name: sentry-sdk[fastapi] dependency-type: direct:production 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 - dependency-name: httpx dependency-type: direct:production 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 0060742 commit 3bfa92b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

requirements/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pyyaml==6.0.1
4545
# via
4646
# -c requirements/requirements.txt
4747
# pre-commit
48-
ruff==0.1.5
48+
ruff==0.1.6
4949
# via -r requirements/requirements-dev.in
5050
virtualenv==20.24.6
5151
# via pre-commit

requirements/requirements-tests.txt

Lines changed: 1 addition & 1 deletion
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.1
22+
httpx==0.25.2
2323
# via -r requirements/requirements-tests.in
2424
idna==3.4
2525
# via

requirements/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ python-dotenv==1.0.0
3535
# via uvicorn
3636
pyyaml==6.0.1
3737
# via uvicorn
38-
sentry-sdk[fastapi]==1.34.0
39-
# via -r requirements/requirements.in
38+
sentry-sdk[fastapi]==1.38.0
39+
# via
40+
# -r requirements/requirements.in
41+
# sentry-sdk
4042
sniffio==1.3.0
4143
# via anyio
4244
starlette==0.27.0

0 commit comments

Comments
 (0)