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

Push to production #485

Merged
merged 17 commits into from
Aug 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Bump requests from 2.31.0 to 2.32.2 in /PythonRpcServer
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Aug 21, 2024
commit 07ab5b9bb37a6a6424bf027338d65216db14d68c
2 changes: 1 addition & 1 deletion PythonRpcServer/requirements.txt
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ parso==0.8.3
pexpect==4.9.0
pickleshare==0.7.5
ptyprocess==0.7.0
requests==2.31.0
requests==2.32.2
requests-toolbelt==1.0.0
six==1.16.0
tqdm==4.66.3
Loading