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 4f49d0d commit 7bef3e6
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 @@ -69,7 +69,7 @@ cryptography==42.0.7
# mozilla-django-oidc
# pyopenssl
# webauthn
django==4.2.15
django==4.2.17
# via
# commonground-api-common
# django-admin-index
Expand Down Expand Up @@ -224,7 +224,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.13.0
# via mozilla-django-oidc
Expand All @@ -246,7 +246,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 @@ -336,7 +336,7 @@ six==1.16.0
# qrcode
sqlparse==0.5.0
# via django
tornado==6.4.1
tornado==6.4.2
# via flower
typing-extensions==4.11.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cryptography==42.0.7
# webauthn
cssselect==1.2.0
# via pyquery
django==4.2.15
django==4.2.17
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -429,7 +429,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 @@ -482,7 +482,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 @@ -668,7 +668,7 @@ sqlparse==0.5.0
# django
tblib==1.7.0
# via -r requirements/test-tools.in
tornado==6.4.1
tornado==6.4.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -714,7 +714,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==2.1.2
waitress==3.0.1
# via webtest
wcwidth==0.2.6
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ cssselect==1.2.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# pyquery
django==4.2.15
django==4.2.17
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -476,7 +476,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 @@ -542,7 +542,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 @@ -782,7 +782,7 @@ tblib==1.7.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
tornado==6.4.1
tornado==6.4.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -830,7 +830,7 @@ vine==5.1.0
# amqp
# celery
# kombu
waitress==2.1.2
waitress==3.0.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 7bef3e6

Please sign in to comment.