Skip to content

Commit f3ae5c0

Browse files
Merge branch 'develop' into use-uv
2 parents cb1bde2 + b2731f0 commit f3ae5c0

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

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,15 +133,13 @@ packaging==26.0
133133
# build
134134
# gunicorn
135135
# wheel
136-
pip==26.0.1
137-
# via pip-tools
138136
pip-tools==7.4.1
139137
# via -r requirements.in
140138
platformdirs==4.9.2
141139
# via pylint
142140
psycopg2-binary==2.9.11
143141
# via -r requirements.in
144-
pyasn1==0.6.2
142+
pyasn1==0.6.3
145143
# via
146144
# pyasn1-modules
147145
# python-ldap
@@ -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)