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 anyio from 4.6.2.post1 to 4.7.0 in /src #46

Merged
merged 1 commit into from
Dec 8, 2024
Merged
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: 3 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
anyio==4.6.2.post1
anyio==4.7.0
# via httpx
certifi==2024.8.30
# via
Expand Down Expand Up @@ -32,3 +32,5 @@
# via ruamel-yaml
sniffio==1.3.1
# via anyio
typing-extensions==4.12.2

Check warning

Code scanning / GuardDog-pypi

GuardDog rule: single_python_file Warning

This package has 1 or fewer Python source files
# via anyio
Loading