Skip to content

Commit 685fa03

Browse files
Bump pip-tools from 6.6.2 to 6.10.0
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.6.2 to 6.10.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@6.6.2...6.10.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a4853d commit 685fa03

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flask-optimize==0.2.9.8
66
Flask-pyoidc==3.14.3
77
Flask-SQLAlchemy==2.5.1
88
gunicorn==23.0.0
9-
pip-tools~=6.6.2
9+
pip-tools~=6.10.0
1010
PyMySQL==1.1.1
1111
pyGravatar==0.0.6
1212
git+https://github.com/maxcountryman/flask-uploads@master

requirements.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ astroid==3.2.4
1212
# via pylint
1313
blinker==1.4
1414
# via sentry-sdk
15+
build==1.2.2.post1
16+
# via pip-tools
1517
bytecode==0.15.1
1618
# via ddtrace
1719
certifi==2024.7.4
@@ -28,7 +30,7 @@ click==7.1.2
2830
# pip-tools
2931
cryptography==43.0.1
3032
# via oic
31-
csh-ldap==2.4.0
33+
csh-ldap @ git+https://github.com/Qelxiros/csh_ldap@master
3234
# via -r requirements.in
3335
ddtrace==2.13.0
3436
# via -r requirements.in
@@ -100,23 +102,19 @@ oic==1.6.1
100102
opentelemetry-api==1.27.0
101103
# via ddtrace
102104
packaging==21.3
103-
# via gunicorn
104-
pep517==0.12.0
105-
# via pip-tools
105+
# via
106+
# build
107+
# gunicorn
106108
pillow==10.3.0
107109
# via -r requirements.in
108-
pip-tools==6.6.2
110+
pip-tools==6.10.0
109111
# via -r requirements.in
110112
platformdirs==2.5.2
111113
# via pylint
112114
protobuf==3.20.2
113115
# via ddtrace
114116
pyasn1==0.4.8
115-
# via
116-
# pyasn1-modules
117-
# python-ldap
118-
pyasn1-modules==0.2.8
119-
# via python-ldap
117+
# via python3-ldap
120118
pycparser==2.21
121119
# via cffi
122120
pycryptodomex==3.19.1
@@ -139,9 +137,11 @@ pymysql==1.1.1
139137
# via -r requirements.in
140138
pyparsing==3.0.9
141139
# via packaging
140+
pyproject-hooks==1.2.0
141+
# via build
142142
python-dotenv==1.0.1
143143
# via pydantic-settings
144-
python-ldap==3.4.0
144+
python3-ldap==0.9.8.4
145145
# via csh-ldap
146146
requests==2.32.3
147147
# via
@@ -159,8 +159,6 @@ sqlalchemy==1.4.36
159159
# flask-sqlalchemy
160160
srvlookup==2.0.0
161161
# via csh-ldap
162-
tomli==2.0.1
163-
# via pep517
164162
tomlkit==0.13.2
165163
# via pylint
166164
typing-extensions==4.12.2

0 commit comments

Comments
 (0)