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

Maintenance run 2024-10-19 #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
33 changes: 16 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
#
asgiref==3.8.1
# via opentelemetry-instrumentation-asgi
azure-core==1.30.2
azure-core==1.31.0
# via
# azure-core-tracing-opentelemetry
# azure-monitor-opentelemetry
# azure-monitor-opentelemetry-exporter
# msrest
azure-core-tracing-opentelemetry==1.0.0b11
# via azure-monitor-opentelemetry
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.2
# via -r requirements-root.txt
azure-monitor-opentelemetry-exporter==1.0.0b28
azure-monitor-opentelemetry-exporter==1.0.0b31
# via azure-monitor-opentelemetry
beautifulsoup4==4.12.3
# via -r requirements-root.txt
black==24.8.0
black==24.10.0
# via -r requirements-root.txt
blinker==1.8.2
# via flask
certifi==2024.7.4
certifi==2024.8.30
# via
# msrest
# requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# black
# flask
coverage==7.6.1
coverage==7.6.3
# via -r requirements-root.txt
cryptography==43.0.0
cryptography==43.0.3
# via
# -r requirements-root.txt
# jwcrypto
Expand All @@ -56,13 +56,13 @@ flask==3.0.3
# flask-httpauth
flask-httpauth==4.8.0
# via -r requirements-root.txt
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
# via
# opentelemetry-api
# opentelemetry-instrumentation-flask
isodate==0.6.1
isodate==0.7.2
# via msrest
itsdangerous==2.2.0
# via flask
Expand All @@ -72,7 +72,7 @@ jwcrypto==1.5.6
# via -r requirements-root.txt
lxml==5.3.0
# via -r requirements-root.txt
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -170,7 +170,7 @@ packaging==24.1
# opentelemetry-instrumentation-flask
pathspec==0.12.1
# via black
platformdirs==4.2.2
platformdirs==4.3.6
# via black
psutil==5.9.8
# via azure-monitor-opentelemetry-exporter
Expand All @@ -195,11 +195,10 @@ requests-oauthlib==2.0.0
six==1.16.0
# via
# azure-core
# isodate
# python-dateutil
soupsieve==2.6
# via beautifulsoup4
tomli==2.0.1
tomli==2.0.2
# via black
typing-extensions==4.12.2
# via
Expand All @@ -208,7 +207,7 @@ typing-extensions==4.12.2
# black
# jwcrypto
# opentelemetry-sdk
urllib3==2.2.2
urllib3==2.2.3
# via requests
werkzeug==3.0.4
# via flask
Expand All @@ -218,7 +217,7 @@ wrapt==1.16.0
# opentelemetry-instrumentation
# opentelemetry-instrumentation-dbapi
# opentelemetry-instrumentation-urllib3
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

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