Skip to content

Commit 28d1739

Browse files
Bump markupsafe from 2.0.1 to 3.0.2
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 3.0.2. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.0.1...3.0.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a4853d commit 28d1739

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ pylint~=3.2.7
1414
Pillow==10.3.0
1515
requests~=2.32.3
1616
sentry-sdk[flask]~=2.14.0
17-
markupsafe==2.0.1
17+
markupsafe==3.0.2
1818
Werkzeug==1.0.1

requirements.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ click==7.1.2
2828
# pip-tools
2929
cryptography==43.0.1
3030
# via oic
31-
csh-ldap==2.4.0
31+
csh-ldap @ git+https://github.com/Qelxiros/csh_ldap@master
3232
# via -r requirements.in
3333
ddtrace==2.13.0
3434
# via -r requirements.in
@@ -87,7 +87,7 @@ mako==1.2.2
8787
# via
8888
# alembic
8989
# oic
90-
markupsafe==2.0.1
90+
markupsafe==3.0.2
9191
# via
9292
# -r requirements.in
9393
# jinja2
@@ -112,11 +112,7 @@ platformdirs==2.5.2
112112
protobuf==3.20.2
113113
# via ddtrace
114114
pyasn1==0.4.8
115-
# via
116-
# pyasn1-modules
117-
# python-ldap
118-
pyasn1-modules==0.2.8
119-
# via python-ldap
115+
# via python3-ldap
120116
pycparser==2.21
121117
# via cffi
122118
pycryptodomex==3.19.1
@@ -141,7 +137,7 @@ pyparsing==3.0.9
141137
# via packaging
142138
python-dotenv==1.0.1
143139
# via pydantic-settings
144-
python-ldap==3.4.0
140+
python3-ldap==0.9.8.4
145141
# via csh-ldap
146142
requests==2.32.3
147143
# via

0 commit comments

Comments
 (0)