Skip to content

Commit

Permalink
⬆️ [maykinmedia/open-api-framework#93] Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 3, 2025
1 parent 6362183 commit c769784
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cryptography==43.0.0
# mozilla-django-oidc
# pyopenssl
# webauthn
django==4.2.15
django==4.2.17
# via
# commonground-api-common
# django-admin-index
Expand Down Expand Up @@ -217,7 +217,7 @@ isodate==0.6.1
# via commonground-api-common
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via coreschema
josepy==1.14.0
# via mozilla-django-oidc
Expand All @@ -239,7 +239,7 @@ mozilla-django-oidc-db==0.21.1
# open-api-framework
notifications-api-common==0.3.1
# via commonground-api-common
open-api-framework==0.9.1
open-api-framework==0.9.2
# via -r requirements/base.in
orderedmultidict==1.0.1
# via furl
Expand Down Expand Up @@ -330,7 +330,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.1
# via django
tornado==6.4.1
tornado==6.4.2
# via flower
typing-extensions==4.12.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ cssselect==1.2.0
# via pyquery
dill==0.3.8
# via pylint
django==4.2.15
django==4.2.17
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -443,7 +443,7 @@ itypes==1.2.0
# -c requirements/base.txt
# -r requirements/base.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -506,7 +506,7 @@ notifications-api-common==0.3.1
# -c requirements/base.txt
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.9.1
open-api-framework==0.9.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -742,7 +742,7 @@ tblib==3.0.0
# via -r requirements/test-tools.in
tomlkit==0.13.0
# via pylint
tornado==6.4.1
tornado==6.4.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -790,7 +790,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==3.0.0
waitress==3.0.1
# via
# -r requirements/test-tools.in
# webtest
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ dill==0.3.8
# -c requirements/ci.txt
# -r requirements/ci.txt
# pylint
django==4.2.15
django==4.2.17
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -506,7 +506,7 @@ itypes==1.2.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -583,7 +583,7 @@ notifications-api-common==0.3.1
# -c requirements/ci.txt
# -r requirements/ci.txt
# commonground-api-common
open-api-framework==0.9.1
open-api-framework==0.9.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -897,7 +897,7 @@ tomlkit==0.13.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# pylint
tornado==6.4.1
tornado==6.4.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -947,7 +947,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==3.0.0
waitress==3.0.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit c769784

Please sign in to comment.