Skip to content

Commit

Permalink
Merge pull request #7 from instantlinux/SYS-579_deps
Browse files Browse the repository at this point in the history
SYS-579 python dependency updates
  • Loading branch information
instantlinux committed May 24, 2022
2 parents eb60354 + dcf59fd commit a991de6
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 472 deletions.
12 changes: 9 additions & 3 deletions Pipfile
@@ -1,5 +1,5 @@
[packages]
apicrud = "==0.2.7"
apicrud = "==0.2.9"
# TODO put this back when alpine 3.16 comes out
# Pillow = "==9.0.0"

Expand All @@ -14,10 +14,16 @@ dollar-ref = "*"
SQLAlchemy = "<1.4.0"
SQLAlchemy-Utils = "*"
swagger-ui-bundle = "*"
# Held back due to
# AttributeError: 'LocalStack' object has no attribute '__ident_func__'
werkzeug = "==2.0.2"
# Held back due to
# AttributeError: module 'jinja2.ext' has no attribute 'autoescape'
jinja2 = "==3.0.3"

# Transitive dependencies pinned to versions of python-wsgi base image
arrow = "==1.2.1"
b2sdk = "==1.14.0"
b2sdk = "==1.16.0"
boto3 = "==1.18.49"
botocore = "==1.21.49"
cffi = "==1.14.5"
Expand All @@ -35,7 +41,7 @@ click-didyoumean = "==0.0.3"
redis = "<4.1.0"

[dev-packages]
coverage = "==6.2"
coverage = "==6.3.3"
fakeredis = "*"
flake8 = "4.0.1"
moto = "*"
Expand Down

0 comments on commit a991de6

Please sign in to comment.