Skip to content

Commit c227d4a

Browse files
chore(deps): bump the pip group across 2 directories with 2 updates
Bumps the pip group with 1 update in the /.github/workflows directory: [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 1 update in the /src/s3-tables-mcp-server directory: [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) Updates `sqlparse` from 0.5.3 to 0.5.4 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.3...0.5.4) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d56583 commit c227d4a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/detect-secrets-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ requests==2.32.4 \
169169
--hash=sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c \
170170
--hash=sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422
171171
# via detect-secrets
172-
urllib3==2.6.3 \
173-
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
174-
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
172+
urllib3==2.7.0 \
173+
--hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
174+
--hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
175175
# via requests

.github/workflows/semgrep-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,9 @@ typing-extensions==4.14.0 \
469469
# opentelemetry-sdk
470470
# referencing
471471
# semgrep
472-
urllib3==2.6.3 \
473-
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
474-
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
472+
urllib3==2.7.0 \
473+
--hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
474+
--hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
475475
# via
476476
# requests
477477
# semgrep
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
boto3>=1.40.41
22
loguru>=0.7.3
33
mcp>=1.23.0
4-
urllib3>=2.6.3
4+
urllib3>=2.7.0

src/s3-tables-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"boto3==1.42.41",
1515
"pyiceberg==0.10.0",
1616
"pyarrow==22.0.0",
17-
"sqlparse==0.5.3",
17+
"sqlparse==0.5.4",
1818
"daft==0.7.1",
1919
]
2020
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)