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

Update debugpy to 1.8.9 and update datastore commit hash #2738

Merged
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
2 changes: 1 addition & 1 deletion requirements/export_service_commits.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export DATASTORE_COMMIT_HASH=827476ebb2f796a2a8ac665d5dbb577e870fc4de
export DATASTORE_COMMIT_HASH=f3ef84416fb3dcf4a949234e6b9b459fdc949d85
export AUTH_COMMIT_HASH=85f5d0e10f7ab455b45f8da73ea7c69ce953e569
2 changes: 1 addition & 1 deletion requirements/partial/requirements_development.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiosmtpd==1.4.6
autoflake==2.3.1
black==24.10.0
debugpy==1.8.8
debugpy==1.8.9
flake8==7.1.1
isort==5.13.2
mypy==1.13.0
Expand Down