Skip to content

Commit 266180d

Browse files
Bump alembic from 1.15.2 to 1.18.4
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.15.2 to 1.18.4. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5a0e7a commit 266180d

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
@@ -1,4 +1,4 @@
1-
alembic~=1.15.1
1+
alembic~=1.18.4
22
astroid~=3.3.9
33
blinker~=1.4
44
boto3==1.35.13

requirements.txt

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None requirements.in
66
#
7-
alembic==1.15.2
7+
alembic==1.18.4
88
# via
99
# -r requirements.in
1010
# flask-migrate
@@ -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,8 +133,6 @@ 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
@@ -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)