Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/emailservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine3.18
FROM python:3.12-alpine3.19

RUN apk add --no-cache \
g++ \
Expand Down
2 changes: 1 addition & 1 deletion src/emailservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ opentelemetry-instrumentation-requests==0.41b0
opentelemetry-instrumentation-sqlite3==0.41b0
python-json-logger==0.1.11
requests==2.31.0
urllib3==1.26.6
urllib3==1.26.18
19 changes: 4 additions & 15 deletions src/emailservice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt
Expand Down Expand Up @@ -30,22 +30,15 @@ opentelemetry-api==1.20.0
# via
# -r requirements.in
# opentelemetry-exporter-zipkin-json
# opentelemetry-exporter-zipkin-proto-http
# opentelemetry-instrumentation
# opentelemetry-instrumentation-dbapi
# opentelemetry-instrumentation-grpc
# opentelemetry-instrumentation-requests
# opentelemetry-instrumentation-sqlite3
# opentelemetry-propagator-b3
# opentelemetry-sdk
opentelemetry-exporter-zipkin==1.20.0
# via -r requirements.in
opentelemetry-exporter-zipkin-json==1.20.0
# via
# opentelemetry-exporter-zipkin
# opentelemetry-exporter-zipkin-proto-http
opentelemetry-exporter-zipkin-proto-http==1.20.0
# via opentelemetry-exporter-zipkin
# via -r requirements.in
opentelemetry-instrumentation==0.41b0
# via
# -r requirements.in
Expand All @@ -67,7 +60,6 @@ opentelemetry-sdk==1.20.0
# via
# -r requirements.in
# opentelemetry-exporter-zipkin-json
# opentelemetry-exporter-zipkin-proto-http
# opentelemetry-instrumentation-grpc
opentelemetry-semantic-conventions==0.41b0
# via
Expand All @@ -78,21 +70,18 @@ opentelemetry-semantic-conventions==0.41b0
opentelemetry-util-http==0.41b0
# via opentelemetry-instrumentation-requests
protobuf==3.20.3
# via
# grpcio-health-checking
# opentelemetry-exporter-zipkin-proto-http
# via grpcio-health-checking
python-json-logger==0.1.11
# via -r requirements.in
requests==2.31.0
# via
# -r requirements.in
# opentelemetry-exporter-zipkin-json
# opentelemetry-exporter-zipkin-proto-http
six==1.16.0
# via grpcio
typing-extensions==4.8.0
# via opentelemetry-sdk
urllib3==1.26.6
urllib3==1.26.18
# via
# -r requirements.in
# requests
Expand Down
5 changes: 1 addition & 4 deletions src/loadgenerator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
FROM python:3.9-alpine
FROM python:3.12-alpine3.19

RUN apk --no-cache add g++ zeromq-dev libffi-dev file make gcc musl-dev bash curl

WORKDIR /app
COPY . .

# To work around https://github.com/gevent/gevent/issues/1899
RUN pip install gevent==21.1.2 --no-build-isolation

RUN pip install -U -r requirements.txt

RUN chmod +x ./loadgen.sh
Expand Down
5 changes: 2 additions & 3 deletions src/loadgenerator/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
locust==2.4.1
locust==2.26.0

# required for CVE-2021-33503
urllib3>=1.26.5
urllib3>=1.26.18
70 changes: 35 additions & 35 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile
#
brotli==1.0.9
blinker==1.7.0
# via flask
brotli==1.1.0
# via geventhttpclient
certifi==2020.12.5
certifi==2024.2.2
# via
# geventhttpclient
# requests
chardet==4.0.0
charset-normalizer==3.3.2
# via requests
click==7.1.2
click==8.1.7
# via flask
configargparse==1.4
configargparse==1.7
# via locust
flask==2.0.1
flask==3.0.3
# via
# flask-basicauth
# flask-cors
# flask-login
# locust
flask-basicauth==0.2.0
flask-cors==4.0.0
# via locust
flask-cors==3.0.10
flask-login==0.6.3
# via locust
gevent==21.1.2
gevent==24.2.1
# via
# geventhttpclient
# locust
geventhttpclient==1.5.1
geventhttpclient==2.2.1
# via locust
greenlet==1.0.0
greenlet==3.0.3
# via gevent
idna==2.10
idna==3.7
# via requests
itsdangerous==2.0.1
itsdangerous==2.2.0
# via flask
jinja2==3.0.1
jinja2==3.1.3
# via flask
locust==2.4.1
locust==2.26.0
# via -r requirements.in
markupsafe==2.0.1
# via jinja2
msgpack==1.0.2
markupsafe==2.1.5
# via
# jinja2
# werkzeug
msgpack==1.0.8
# via locust
psutil==5.8.0
psutil==5.9.8
# via locust
pyzmq==22.3.0
pyzmq==26.0.2
# via locust
requests==2.25.1
requests==2.31.0
# via locust
roundrobin==0.0.2
roundrobin==0.0.4
# via locust
six==1.15.0
# via
# flask-cors
# geventhttpclient
typing-extensions==3.10.0.2
# via locust
urllib3==1.26.7
urllib3==2.2.1
# via
# -r requirements.in
# geventhttpclient
# requests
werkzeug==2.0.1
werkzeug==3.0.2
# via
# flask
# flask-login
# locust
zope-event==4.5.0
zope-event==5.0
# via gevent
zope-interface==5.3.0
zope-interface==6.3
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading