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 certifi from 2024.6.2 to 2024.7.4 #637

Merged
merged 2 commits into from
Jul 6, 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
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beautifulsoup4==4.12.3
cairocffi==1.7.1
# via cairosvg
cairosvg==2.7.1
certifi==2024.6.2
certifi==2024.7.4
# via
# httpcore
# httpx
Expand Down Expand Up @@ -137,12 +137,12 @@ pyasn1==0.6.0
# rsa
pycparser==2.22
# via cffi
pydantic==2.8.0
pydantic==2.8.2
# via
# authx
# fastapi-slim
# pydantic-settings
pydantic-core==2.20.0
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.3.4
# via authx
Expand Down
2 changes: 1 addition & 1 deletion requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pre-commit==3.7.1
pyupgrade==3.16.0
pyyaml==6.0.1
# via pre-commit
ruff==0.5.0
ruff==0.5.1
tokenize-rt==5.2.0
# via pyupgrade
types-python-dateutil==2.9.0.20240316
Expand Down
4 changes: 2 additions & 2 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ pyasn1==0.6.0
# rsa
pycparser==2.22
# via cffi
pydantic==2.8.0
pydantic==2.8.2
# via
# fastapi-slim
# pydantic-settings
pydantic-core==2.20.0
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.3.4
pyjwt==2.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
anyio==4.4.0
# via httpx
async-asgi-testclient==1.4.11
certifi==2024.6.2
certifi==2024.7.4
# via
# httpcore
# httpx
Expand Down
Loading