Skip to content

Commit

Permalink
Merge pull request #58 from neuroforgede/2.1.0
Browse files Browse the repository at this point in the history
bump libraries to fix CVEs
  • Loading branch information
s4ke authored Sep 27, 2023
2 parents 8ecd994 + b5fb1ce commit 8f1fb8f
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 297 deletions.
8 changes: 4 additions & 4 deletions skipper/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ setuptools = "==67.3.2"
djangorestframework = "==3.14.0"
djangorestframework-simplejwt = { version = "==5.2.2" }
# at least required for simplejwt crypto
cryptography = "==41.0.3"
cryptography = "==41.0.4"
django-extensions = "==3.2.1"
psycopg2 = "==2.9.5"
pytz = "==2022.7.1"
django-enumchoicefield = "==1.1.0"
requests = "==2.31.0"
django-rest-swagger = "==2.2.0"
django-filter = "==22.1"
gunicorn = {version = "==20.1.0", extras = ["gevent"]}
gunicorn = {version = "==21.2.0", extras = ["gevent"]}
django-storages = "==1.12.3"
boto3 = "==1.26.74"
celery = "==5.2.7"
Expand All @@ -29,8 +29,8 @@ django-prometheus = "==2.2.0"
tblib = "==1.7.0"
jsonschema = {version = "==4.16.0"}
psycogreen = "==1.0.2"
gevent = "==22.10.2"
greenlet = "==2.0.2"
gevent = "==23.9.1"
greenlet = "==3.0.0rc3"
"zope.event" = "==4.6"
"zope.interface" = "==5.5.2"
mypy = "==1.0.1"
Expand Down
Loading

0 comments on commit 8f1fb8f

Please sign in to comment.