Skip to content

Commit f85a8a8

Browse files
Bump the pip-minor group with 3 updates
Bumps the pip-minor group with 3 updates: [six](https://github.com/benjaminp/six), [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) and [ruff](https://github.com/astral-sh/ruff). Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](benjaminp/six@1.16.0...1.17.0) Updates `sentry-sdk[flask]` from 2.19.0 to 2.19.2 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.19.0...2.19.2) Updates `ruff` from 0.8.0 to 0.8.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.0...0.8.2) --- updated-dependencies: - dependency-name: six dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor - dependency-name: sentry-sdk[flask] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 940d88d commit f85a8a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ click==8.1.7
33
Flask==3.1.0
44
Werkzeug==3.1.3
55
gunicorn==23.0.0
6-
six==1.16.0
6+
six==1.17.0
77
python-dotenv==1.0.1
88
python-dateutil==2.9.0.post0
99

@@ -32,7 +32,7 @@ flask-oidc==2.2.2
3232
requests==2.32.3
3333

3434
# Error Reporting
35-
sentry-sdk[flask]==2.19.0
35+
sentry-sdk[flask]==2.19.2
3636

3737
# Okta
3838
okta==2.9.8
@@ -43,7 +43,7 @@ pluggy==1.5.0
4343
# Test - TODO: Move test packages to separate file
4444
tox==4.23.2
4545
# Lint
46-
ruff==0.8.0
46+
ruff==0.8.2
4747
# Typing
4848
mypy==1.13.0
4949
types-google-cloud-ndb==2.3.0.20241103

0 commit comments

Comments
 (0)