Skip to content

Removed ddtrace call from dockerfile #395

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

Merged
merged 3 commits into from
Apr 4, 2025
Merged
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
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ boto3==1.35.13
botocore==1.35.13
click~=8.1.8
csh_ldap>=2.3.1
ddtrace~=3.3.0
ddtrace~=3.2.1
Flask~=3.1.0
Flask-Migrate~=2.1.1
Flask-Gzip~=0.2
Expand All @@ -30,4 +30,4 @@ six~=1.17.0
SQLAlchemy~=2.0.40
structlog~=18.1.0
Werkzeug~=3.1.3
wrapt~=1.11.0
wrapt~=1.17.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cryptography==37.0.2
# via oic
csh-ldap==2.3.1
# via -r requirements.in
ddtrace==3.3.0
ddtrace==3.2.2
# via -r requirements.in
defusedxml==0.7.1
# via oic
Expand Down Expand Up @@ -224,7 +224,7 @@ werkzeug==3.1.3
# flask
wheel==0.37.1
# via pip-tools
wrapt==1.11.2
wrapt==1.17.2
# via
# -r requirements.in
# ddtrace
Expand Down