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

build(deps): Bump starlette from 0.38.4 to 0.40.0 #62

Merged
merged 1 commit into from
Oct 21, 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
10 changes: 4 additions & 6 deletions common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docutils==0.18
# sphinx
elastic-transport==8.4.0
# via elasticsearch
elasticsearch==8.6.2
elasticsearch[requests]==8.6.2
# via ocdsindex
exceptiongroup==1.2.2
# via
Expand Down Expand Up @@ -124,8 +124,6 @@ requests-cache==1.1.0
# via ocdsextensionregistry
selenium==4.11.2
# via -r common-requirements.in
setuptools==74.1.2
# via sphinx-intl
six==1.16.0
# via url-normalize
sniffio==1.2.0
Expand Down Expand Up @@ -158,9 +156,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@07ca0e39979a244656dd6df0658f2ead428184b9#egg=standard_theme
standard-theme @ git+https://github.com/open-contracting/standard_theme.git@open_contracting
# via -r common-requirements.in
starlette==0.38.4
starlette==0.40.0
# via sphinx-autobuild
tomli==2.0.1
# via pytest
Expand All @@ -180,7 +178,7 @@ uc-micro-py==1.0.1
# via linkify-it-py
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.19
urllib3[socks]==1.26.19
# via
# elastic-transport
# requests
Expand Down
Loading