Skip to content

Commit

Permalink
build: Upgrade vulnerable dependencies (django) and libcove and libco…
Browse files Browse the repository at this point in the history
…veocds
  • Loading branch information
jpmckinney committed Oct 28, 2022
1 parent 3d36005 commit e585c51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -33,7 +33,7 @@ defusedxml==0.6.0
# via odfpy
dj-database-url==0.5.0
# via -r requirements_nongpl.txt
django==3.2.15
django==3.2.16
# via
# -r requirements_nongpl.txt
# django-cors-headers
Expand Down Expand Up @@ -79,9 +79,9 @@ jsonschema==3.2.0
# via
# libcove
# libcoveocds
libcove==0.27.0
libcove==0.27.1
# via libcoveocds
libcoveocds==0.11.0
libcoveocds==0.11.1
# via -r requirements.in
lxml==4.9.1
# via flattentool
Expand Down
8 changes: 4 additions & 4 deletions requirements_dev.txt
Expand Up @@ -60,7 +60,7 @@ distlib==0.3.3
# via virtualenv
dj-database-url==0.5.0
# via -r requirements.txt
django==3.2.15
django==3.2.16
# via
# -r requirements.txt
# django-cors-headers
Expand Down Expand Up @@ -125,11 +125,11 @@ jsonschema==3.2.0
# -r requirements.txt
# libcove
# libcoveocds
libcove==0.27.0
libcove==0.27.1
# via
# -r requirements.txt
# libcoveocds
libcoveocds==0.11.0
libcoveocds==0.11.1
# via -r requirements.txt
lxml==4.9.1
# via
Expand Down Expand Up @@ -260,7 +260,7 @@ tomli==1.2.2
# via
# black
# pep517
typing-extensions==4.0.0
typing-extensions==4.1.1
# via black
urllib3==1.26.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements_nongpl.txt
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==2.0.8
# via requests
dj-database-url==0.5.0
# via -r requirements_nongpl.in
django==3.2.15
django==3.2.16
# via
# -r requirements_nongpl.in
# django-cors-headers
Expand Down

0 comments on commit e585c51

Please sign in to comment.