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-09-01 #88

Merged
merged 1 commit into from
Sep 4, 2024
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
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ azure-synapse-spark==0.2.0
# via azure-cli
bcrypt==4.2.0
# via paramiko
cachetools==5.4.0
cachetools==5.5.0
# via google-auth
certifi==2024.7.4
certifi==2024.8.30
# via
# msrest
# requests
Expand Down Expand Up @@ -450,15 +450,15 @@ et-xmlfile==1.1.0
# via openpyxl
fabric==3.2.2
# via azure-cli
google-api-core==2.19.1
google-api-core==2.19.2
# via opencensus
google-auth==2.33.0
google-auth==2.34.0
# via google-api-core
googleapis-common-protos==1.63.2
googleapis-common-protos==1.65.0
# via google-api-core
humanfriendly==10.0
# via azure-cli-core
idna==3.7
idna==3.8
# via requests
inflection==0.5.1
# via drf-yasg
Expand Down Expand Up @@ -622,7 +622,7 @@ portalocker==2.10.1
# msal-extensions
proto-plus==1.24.0
# via google-api-core
protobuf==5.27.3
protobuf==5.28.0
# via
# google-api-core
# googleapis-common-protos
Expand Down Expand Up @@ -757,5 +757,5 @@ xmltodict==0.13.0
# via azure-cli

# The following packages are considered to be unsafe in a requirements file:
setuptools==72.1.0
setuptools==74.0.0
# via -r requirements.in
34 changes: 17 additions & 17 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,11 @@ brotli==1.1.0
# via geventhttpclient
build==1.2.1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via
# -r ./requirements.txt
# google-auth
certifi==2024.7.4
certifi==2024.8.30
# via
# -r ./requirements.txt
# geventhttpclient
Expand Down Expand Up @@ -677,18 +677,18 @@ fabric==3.2.2
# via
# -r ./requirements.txt
# azure-cli
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -r requirements_dev.in
# pytest-factoryboy
faker==26.3.0
faker==28.1.0
# via factory-boy
flask==3.0.3
# via
# flask-cors
# flask-login
# locust
flask-cors==4.0.1
flask-cors==5.0.0
# via locust
flask-login==0.6.3
# via locust
Expand All @@ -698,15 +698,15 @@ gevent==24.2.1
# locust
geventhttpclient==2.3.1
# via locust
google-api-core==2.19.1
google-api-core==2.19.2
# via
# -r ./requirements.txt
# opencensus
google-auth==2.33.0
google-auth==2.34.0
# via
# -r ./requirements.txt
# google-api-core
googleapis-common-protos==1.63.2
googleapis-common-protos==1.65.0
# via
# -r ./requirements.txt
# google-api-core
Expand All @@ -716,7 +716,7 @@ humanfriendly==10.0
# via
# -r ./requirements.txt
# azure-cli-core
idna==3.7
idna==3.8
# via
# -r ./requirements.txt
# requests
Expand All @@ -731,7 +731,7 @@ invoke==2.2.0
# via
# -r ./requirements.txt
# fabric
ipython==8.26.0
ipython==8.27.0
# via -r requirements_dev.in
isodate==0.6.1
# via
Expand Down Expand Up @@ -802,15 +802,15 @@ knack==0.11.0
# via
# -r ./requirements.txt
# azure-cli-core
locust==2.31.2
locust==2.31.5
# via -r requirements_dev.in
markupsafe==2.1.5
# via
# jinja2
# werkzeug
matplotlib-inline==0.1.7
# via ipython
model-bakery==1.19.1
model-bakery==1.19.5
# via -r requirements_dev.in
mozilla-django-oidc==4.0.1
# via -r ./requirements.txt
Expand Down Expand Up @@ -957,7 +957,7 @@ proto-plus==1.24.0
# via
# -r ./requirements.txt
# google-api-core
protobuf==5.27.3
protobuf==5.28.0
# via
# -r ./requirements.txt
# google-api-core
Expand Down Expand Up @@ -1062,7 +1062,7 @@ pyyaml==6.0.2
# drf-yasg
# knack
# pycomposefile
pyzmq==26.1.0
pyzmq==26.2.0
# via locust
requests[socks]==2.32.3
# via
Expand Down Expand Up @@ -1179,7 +1179,7 @@ websocket-client==1.3.3
# via
# -r ./requirements.txt
# azure-cli
werkzeug==3.0.3
werkzeug==3.0.4
# via
# flask
# flask-login
Expand All @@ -1197,13 +1197,13 @@ xmltodict==0.13.0
# azure-cli
zope-event==5.0
# via gevent
zope-interface==7.0.1
zope-interface==7.0.3
# via gevent

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==72.1.0
setuptools==74.0.0
# via
# -r ./requirements.txt
# pip-tools
Expand Down
Loading