Skip to content

Commit ac25a80

Browse files
Bump pip-tools from 7.4.1 to 7.5.3
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.4.1 to 7.5.3. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@7.4.1...v7.5.3) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5a0e7a commit ac25a80

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Mako~=1.3.10
2020
MarkupSafe~=3.0.2
2121
mccabe~=0.7.0
2222
oic~=1.6.1
23-
pip-tools~=7.4.1
23+
pip-tools~=7.5.3
2424
psycopg2-binary~=2.9.3
2525
pylint~=3.3.6
2626
python-editor~=1.0.3

requirements.txt

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cffi==2.0.0
3838
# via cryptography
3939
charset-normalizer==3.4.4
4040
# via requests
41-
click==8.3.1
41+
click==8.1.8
4242
# via
4343
# -r requirements.in
4444
# flask
@@ -103,7 +103,7 @@ jmespath==1.1.0
103103
# via
104104
# boto3
105105
# botocore
106-
lazy-object-proxy==1.4.3
106+
lazy-object-proxy==1.12.0
107107
# via -r requirements.in
108108
mako==1.3.10
109109
# via
@@ -133,9 +133,7 @@ packaging==26.0
133133
# build
134134
# gunicorn
135135
# wheel
136-
pip==26.0.1
137-
# via pip-tools
138-
pip-tools==7.4.1
136+
pip-tools==7.5.3
139137
# via -r requirements.in
140138
platformdirs==4.9.2
141139
# via pylint
@@ -167,14 +165,9 @@ pyproject-hooks==1.2.0
167165
# via
168166
# build
169167
# pip-tools
170-
python-dotenv==1.2.2
171168
python-dateutil==2.6.1
172-
# via
173-
# -r requirements.in
174-
# botocore
175-
# via
176-
# -r requirements.in
177-
# botocore
169+
# via botocore
170+
python-dotenv==1.2.2
178171
# via pydantic-settings
179172
python-editor==1.0.4
180173
# via -r requirements.in
@@ -185,14 +178,15 @@ requests==2.32.5
185178
# flask-pyoidc
186179
# oic
187180
# pyjwkest
181+
s3transfer==0.10.4
182+
# via boto3
188183
sentry-sdk[flask]==2.24.1
189184
# via -r requirements.in
190-
setuptools==82.0.0
191-
# via pip-tools
192185
six==1.17.0
193186
# via
194187
# -r requirements.in
195188
# pyjwkest
189+
# python-dateutil
196190
sqlalchemy==2.0.48
197191
# via
198192
# -r requirements.in
@@ -235,5 +229,7 @@ zipp==3.23.0
235229
# via importlib-metadata
236230

237231
# The following packages are considered to be unsafe in a requirements file:
238-
# pip
239-
# setuptools
232+
pip==26.0.1
233+
# via pip-tools
234+
setuptools==82.0.0
235+
# via pip-tools

0 commit comments

Comments
 (0)