Skip to content

Commit

Permalink
Merge pull request #9 from instantlinux/SYS-576_new
Browse files Browse the repository at this point in the history
SYS-576 dependency updates
  • Loading branch information
instantlinux committed Aug 14, 2023
2 parents e90c059 + 54fdcdc commit a693582
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 172 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
@@ -1,7 +1,10 @@
version: 2
sphinx:
configuration: docs/content/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.10"
python:
version: 3.8
install:
- requirements: docs/requirements.txt
13 changes: 6 additions & 7 deletions Pipfile
@@ -1,5 +1,5 @@
[packages]
apicrud = "==0.3.0"
apicrud = "==0.3.6"
Pillow = "==9.5.0"

# for faster builds, keep these versions in sync with images
Expand All @@ -16,23 +16,22 @@ werkzeug = "==2.2.3"
jinja2 = "==3.1.2"

# Transitive dependencies pinned to versions of python-wsgi base image
b2sdk = "==1.22.1"
b2sdk = "==1.23.0"
billiard = "==4.1.0"
boto3 = "==1.26.132"
botocore = "==1.29.132"
cachetools = "==5.3.0"
cachetools = "5.3.1"
celery = "==5.3.1"
cffi = "==1.15.1"
cryptography = "==40.0.2"
cryptography = "==41.0.3"
flask = "==2.2.5"
flask-babel = "==2.0.0"
greenlet = "==2.0.2"
openapi-spec-validator = "==0.6.0"
packaging = "==23.1"
pycryptodomex = "==3.17"
redis = "4.6.0"
referencing = "==0.29.3"
tqdm = "==4.65.1"
referencing = "==0.30.2"
tqdm = "==4.66.1"
six = "==1.16.0"

[dev-packages]
Expand Down
210 changes: 68 additions & 142 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a693582

Please sign in to comment.