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 #113

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
40 changes: 19 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ asgiref==3.8.1
# via opentelemetry-instrumentation-asgi
attrs==24.2.0
# via zeep
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
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
deprecated==1.2.14
# via
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
# zeep
Expand All @@ -72,7 +72,7 @@ jinja2==3.1.4
# via flask
lxml==5.3.0
# via zeep
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
# zeep
Expand All @@ -184,7 +184,7 @@ pyflakes==3.2.0
# via flake8
pyjwt==2.9.0
# via -r requirements-root.txt
pytz==2024.1
pytz==2024.2
# via zeep
requests==2.32.3
# via
Expand All @@ -202,18 +202,16 @@ requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
# via zeep
six==1.16.0
# via
# azure-core
# isodate
tomli==2.0.1
# via azure-core
tomli==2.0.2
# via black
typing-extensions==4.12.2
# via
# asgiref
# azure-core
# black
# opentelemetry-sdk
urllib3==2.2.2
urllib3==2.2.3
# via requests
werkzeug==3.0.4
# via flask
Expand All @@ -223,9 +221,9 @@ wrapt==1.16.0
# opentelemetry-instrumentation
# opentelemetry-instrumentation-dbapi
# opentelemetry-instrumentation-urllib3
zeep==4.2.1
zeep==4.3.1
# via -r requirements-root.txt
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