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

Bump the python-requirements group with 2 updates #33

Closed
Closed
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 src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
quart==0.18.4
werkzeug==2.3.7
werkzeug==3.0.0
gunicorn
uvicorn[standard]
openai
azure-identity
python-dotenv==0.21.1 # Pinned due to docker-in-docker issue: https://github.com/devcontainers/features/issues/616
pyyaml==5.3.1 # Pinned due to docker-in-docker issue: https://github.com/devcontainers/features/issues/616
pyyaml==6.0.1 # Pinned due to docker-in-docker issue: https://github.com/devcontainers/features/issues/616
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ python-dotenv==0.21.1
# via
# -r src/requirements.in
# uvicorn
pyyaml==5.3.1
pyyaml==6.0.1
# via
# -r src/requirements.in
# uvicorn
Expand Down Expand Up @@ -129,7 +129,7 @@ watchfiles==0.20.0
# via uvicorn
websockets==11.0.3
# via uvicorn
werkzeug==2.3.7
werkzeug==3.0.0
# via
# -r src/requirements.in
# quart
Expand Down
Loading