Skip to content

Commit ddd19b1

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 debbd8f commit ddd19b1

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
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: 13 additions & 7 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
16+
# via pip-tools
1517
bytecode==0.15.1
1618
# via ddtrace
1719
certifi==2024.7.4
@@ -74,7 +76,9 @@ htmlmin==0.1.12
7476
idna==3.7
7577
# via requests
7678
importlib-metadata==8.4.0
77-
# via opentelemetry-api
79+
# via
80+
# build
81+
# opentelemetry-api
7882
importlib-resources==6.4.5
7983
# via flask-pyoidc
8084
isort==5.10.1
@@ -87,7 +91,7 @@ mako==1.2.2
8791
# via
8892
# alembic
8993
# oic
90-
markupsafe==2.1.2
94+
markupsafe==2.0.1
9195
# via
9296
# -r requirements.in
9397
# jinja2
@@ -100,12 +104,12 @@ oic==1.6.1
100104
opentelemetry-api==1.27.0
101105
# via ddtrace
102106
packaging==21.3
103-
# via gunicorn
104-
pep517==0.12.0
105-
# via pip-tools
107+
# via
108+
# build
109+
# gunicorn
106110
pillow==10.3.0
107111
# via -r requirements.in
108-
pip-tools==6.6.2
112+
pip-tools==6.10.0
109113
# via -r requirements.in
110114
platformdirs==2.5.2
111115
# via pylint
@@ -139,6 +143,8 @@ pymysql==1.1.1
139143
# via -r requirements.in
140144
pyparsing==3.0.9
141145
# via packaging
146+
pyproject-hooks==1.2.0
147+
# via build
142148
python-dotenv==1.0.1
143149
# via pydantic-settings
144150
python-ldap==3.4.0
@@ -161,7 +167,7 @@ srvlookup==2.0.0
161167
# via csh-ldap
162168
tomli==2.0.1
163169
# via
164-
# pep517
170+
# build
165171
# pylint
166172
tomlkit==0.13.2
167173
# via pylint

0 commit comments

Comments
 (0)