Skip to content

Commit 1cc93ac

Browse files
Bump the uv group across 1 directory with 6 updates
Bumps the uv group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dnspython](https://github.com/rthalley/dnspython) | `2.0.0` | `2.6.1` | | [grpcio](https://github.com/grpc/grpc) | `1.49.1` | `1.53.2` | | [pillow](https://github.com/python-pillow/Pillow) | `9.5.0` | `12.1.1` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.1` | `0.6.2` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.5.12` | `1.45.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.6.3` | Updates `dnspython` from 2.0.0 to 2.6.1 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.0.0...v2.6.1) Updates `grpcio` from 1.49.1 to 1.53.2 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.49.1...v1.53.2) Updates `pillow` from 9.5.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.5.0...12.1.1) Updates `pyasn1` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.1...v0.6.2) Updates `sentry-sdk` from 1.5.12 to 1.45.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.5.12...1.45.1) Updates `urllib3` from 2.5.0 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.3) --- updated-dependencies: - dependency-name: dnspython dependency-version: 2.6.1 dependency-type: direct:development dependency-group: uv - dependency-name: grpcio dependency-version: 1.53.2 dependency-type: direct:development dependency-group: uv - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:development dependency-group: uv - dependency-name: pyasn1 dependency-version: 0.6.2 dependency-type: direct:development dependency-group: uv - dependency-name: sentry-sdk dependency-version: 1.45.1 dependency-type: direct:development dependency-group: uv - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:development dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5beafe2 commit 1cc93ac

File tree

2 files changed

+118
-92
lines changed

2 files changed

+118
-92
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ common = [
1616
"ddtrace==2.21.11",
1717
"decorator==5.2.1",
1818
"deepmerge==0.3.0",
19-
"dnspython==2.0.0",
19+
"dnspython==2.6.1",
2020
"ecdsa==0.19.1",
2121
"envier==0.5.2",
2222
"erlpack",
@@ -44,7 +44,7 @@ common = [
4444
"graphviz==0.20",
4545
"greenlet",
4646
"grpc-google-iam-v1==0.14.2",
47-
"grpcio==1.49.1; platform_machine == 'x86_64'",
47+
"grpcio==1.53.2; platform_machine == 'x86_64'",
4848
"grpcio==1.53.*; platform_machine != 'x86_64'",
4949
"grpcio-health-checking==1.44.0",
5050
"grpcio-reflection==1.44.0",
@@ -94,7 +94,7 @@ common = [
9494
"pdqhash==0.2.5",
9595
"pexpect==4.9.0",
9696
"phone-iso3166==0.3.8",
97-
"pillow==9.5.0",
97+
"pillow==12.1.1",
9898
"plac==1.4.5",
9999
"platformdirs==4.3.8",
100100
"pluggy==1.5.0",
@@ -107,7 +107,7 @@ common = [
107107
"ptyprocess==0.7.0",
108108
"pure-eval==0.2.3",
109109
"py==1.11.0",
110-
"pyasn1==0.6.1",
110+
"pyasn1==0.6.2",
111111
"pyasn1-modules==0.4.2",
112112
"pycryptodome==3.21.0",
113113
"pydantic==1.10.19",
@@ -132,7 +132,7 @@ common = [
132132
"rich==14.1.0",
133133
"rsa==4.9.1",
134134
"scipy==1.15.3",
135-
"sentry-sdk==1.5.12",
135+
"sentry-sdk==1.45.1",
136136
"setuptools==80.9.0",
137137
"simplejson==3.19.3",
138138
"six==1.16.0",
@@ -169,7 +169,7 @@ common = [
169169
"uc-micro-py==1.0.3",
170170
"unidecode==1.3.8",
171171
"uritemplate==4.2.0",
172-
"urllib3==2.5.0",
172+
"urllib3==2.6.3",
173173
"wcwidth==0.2.13",
174174
"werkzeug==1.0.1",
175175
"wrapt==1.17.2",

0 commit comments

Comments
 (0)