Skip to content

Commit

Permalink
Bump open-api-framework to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Dec 18, 2024
1 parent c855991 commit 7baf455
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
12 changes: 8 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url requirements/base.in
Expand Down Expand Up @@ -191,7 +191,9 @@ djangorestframework-inclusions==1.2.0
drf-nested-routers==0.94.1
# via commonground-api-common
drf-spectacular[sidecar]==0.27.2
# via open-api-framework
# via
# drf-spectacular
# open-api-framework
drf-spectacular-sidecar==2024.7.1
# via drf-spectacular
drf-yasg==1.21.7
Expand Down Expand Up @@ -251,7 +253,7 @@ notifications-api-common[setup-configuration]==0.4.0
# via
# -r requirements/base.in
# commonground-api-common
open-api-framework==0.9.0
open-api-framework==0.9.1
# via -r requirements/base.in
orderedmultidict==1.0.1
# via furl
Expand All @@ -276,7 +278,9 @@ pydantic==2.9.2
pydantic-core==2.23.4
# via pydantic
pydantic-settings[yaml]==2.6.1
# via django-setup-configuration
# via
# django-setup-configuration
# pydantic-settings
pyjwt==2.4.0
# via
# commonground-api-common
Expand Down
10 changes: 8 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/ci.txt requirements/base.txt requirements/ci.in requirements/test-tools.in
Expand Down Expand Up @@ -261,6 +261,7 @@ django-solo==2.2.0
django-two-factor-auth[phonenumberslite,webauthn]==1.17.0
# via
# -r requirements/base.txt
# django-two-factor-auth
# maykin-2fa
django-webtest==1.9.7
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -295,6 +296,7 @@ drf-nested-routers==0.94.1
drf-spectacular[sidecar]==0.27.2
# via
# -r requirements/base.txt
# drf-spectacular
# open-api-framework
drf-spectacular-sidecar==2024.7.1
# via
Expand Down Expand Up @@ -402,6 +404,7 @@ mozilla-django-oidc==4.0.0
mozilla-django-oidc-db[setup-configuration]==0.21.1
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
multidict==6.0.5
# via yarl
Expand All @@ -411,7 +414,8 @@ notifications-api-common[setup-configuration]==0.4.0
# via
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.9.0
# notifications-api-common
open-api-framework==0.9.1
# via -r requirements/base.txt
orderedmultidict==1.0.1
# via
Expand Down Expand Up @@ -468,6 +472,7 @@ pydantic-settings[yaml]==2.6.1
# via
# -r requirements/base.txt
# django-setup-configuration
# pydantic-settings
pyflakes==3.2.0
# via flake8
pyjwt==2.4.0
Expand Down Expand Up @@ -637,6 +642,7 @@ zgw-consumers[setup-configuration]==0.36.1
# commonground-api-common
# notifications-api-common
# open-api-framework
# zgw-consumers

# The following packages are considered to be unsafe in a requirements file:
# setuptools
10 changes: 8 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/dev.txt requirements/base.txt requirements/dev.in requirements/test-tools.in
Expand Down Expand Up @@ -276,6 +276,7 @@ django-solo==2.2.0
django-two-factor-auth[phonenumberslite,webauthn]==1.17.0
# via
# -r requirements/base.txt
# django-two-factor-auth
# maykin-2fa
django-webtest==1.9.7
# via -r requirements/test-tools.in
Expand Down Expand Up @@ -316,6 +317,7 @@ drf-nested-routers==0.94.1
drf-spectacular[sidecar]==0.27.2
# via
# -r requirements/base.txt
# drf-spectacular
# open-api-framework
drf-spectacular-sidecar==2024.7.1
# via
Expand Down Expand Up @@ -424,6 +426,7 @@ mozilla-django-oidc==4.0.0
mozilla-django-oidc-db[setup-configuration]==0.21.1
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
multidict==6.0.5
# via yarl
Expand All @@ -433,7 +436,8 @@ notifications-api-common[setup-configuration]==0.4.0
# via
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.9.0
# notifications-api-common
open-api-framework==0.9.1
# via -r requirements/base.txt
orderedmultidict==1.0.1
# via
Expand Down Expand Up @@ -491,6 +495,7 @@ pydantic-settings[yaml]==2.6.1
# via
# -r requirements/base.txt
# django-setup-configuration
# pydantic-settings
pyflakes==3.2.0
# via flake8
pygments==2.17.2
Expand Down Expand Up @@ -699,6 +704,7 @@ zgw-consumers[setup-configuration]==0.36.1
# commonground-api-common
# notifications-api-common
# open-api-framework
# zgw-consumers

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 7baf455

Please sign in to comment.