Skip to content

Commit

Permalink
Upgrade multiple dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Nov 24, 2020
1 parent 21c361f commit 72353b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
8 changes: 4 additions & 4 deletions etc/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Configuration tools
pip==20.2.2
setuptools==50.0.3
pip==20.2.4
setuptools==50.3.2
wheel==0.35.1

# Django related
Django==3.1.3
django-environ==0.4.5
django-crispy-forms==1.9.2
django-crispy-forms==1.10.0
pytz==2020.4
django-filter==2.4.0
djangorestframework==3.12.2
Expand All @@ -26,7 +26,7 @@ kombu==4.6.11
gunicorn==20.0.4

# Metaflow
metaflow==2.2.4
metaflow==2.2.5

# Docker
container_inspector==3.1.2
Expand Down
8 changes: 4 additions & 4 deletions etc/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-r base.txt

# Deployment
ansible==2.9.10

# Code validation
pycodestyle==2.6.0
black==20.8b1

# Documentation
Sphinx==3.3.0
Sphinx==3.3.1
sphinx_rtd_theme==0.5.0

# Release
bump2version==1.0.1

# Dependencies Lock file
pip_tools==5.4.0
25 changes: 12 additions & 13 deletions etc/requirements/lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip install pip-tools
# pip-compile --allow-unsafe --generate-hashes --output-file=etc/requirements/lock.txt etc/requirements/base.txt
#
amqp==2.6.1 \
Expand Down Expand Up @@ -89,9 +88,9 @@ debut==0.9.8 \
--hash=sha256:b353e1d826d0be80a7268762efd99ba05f9d1df1aef0553fb7ea17c670bee85c \
--hash=sha256:edd4ff3d265ca5bf645c73d6863a886d34743152d215a5de094c4d31fa6943e3 \
# via scancode-toolkit
django-crispy-forms==1.9.2 \
--hash=sha256:888bb316db89b60050a42ec35080facb361d823eec38010ccb0702f45642d3b8 \
--hash=sha256:f2f1e0fbb458851636447cfb6be1a611b40c8ac9e41a74ba923011378670b43b \
django-crispy-forms==1.10.0 \
--hash=sha256:92ed3fdc52c08d21d60adbb9de24e432c590e66e894f43cee0974fc959209976 \
--hash=sha256:d3f808d20cafe20fd38a49a47e72db1fd519fcf31bef4f47f008619336a3ebff \
# via -r etc/requirements/base.txt
django-environ==0.4.5 \
--hash=sha256:6c9d87660142608f63ec7d5ce5564c49b603ea8ff25da595fd6098f6dc82afde \
Expand Down Expand Up @@ -293,9 +292,9 @@ mccabe==0.6.1 \
--hash=sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42 \
--hash=sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f \
# via pylint
metaflow==2.2.4 \
--hash=sha256:0cb148872ecc835e2e4735a377b5f1ef2fa1f0c07d62974fdd546c3e23c05c37 \
--hash=sha256:df4cf7f4220d0809c9401c69562c0d7afbe45e1600bfed12bc91032efaef5ecc \
metaflow==2.2.5 \
--hash=sha256:da5f59d8ceddb5054c19b8f1f39b36ddb8ab55ec9e824e769a5c9a3eb9d42ec1 \
--hash=sha256:f3965d22b86d2cbe431e3420024c21e37fa4106bc8b00f8b703266990768baf7 \
# via -r etc/requirements/base.txt
more-itertools==7.2.0 \
--hash=sha256:409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832 \
Expand Down Expand Up @@ -592,11 +591,11 @@ zipp==0.6.0 \
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==20.2.2 \
--hash=sha256:5244e51494f5d1dfbb89da492d4250cb07f9246644736d10ed6c45deb1a48500 \
--hash=sha256:58a3b0b55ee2278104165c7ee7bc8e2db6f635067f3c66cf637113ec5aa71584 \
pip==20.2.4 \
--hash=sha256:51f1c7514530bd5c145d8f13ed936ad6b8bfcb8cf74e10403d0890bc986f0033 \
--hash=sha256:85c99a857ea0fb0aedf23833d9be5c40cf253fe24443f0829c7b472e23c364a1 \
# via -r etc/requirements/base.txt
setuptools==50.0.3 \
--hash=sha256:7c2c9f9cc12bb73cd8dc1bc0f356dc7cd6d8c597c42e58f7d459791ba52647f8 \
--hash=sha256:bb3522bc8120a0eaeb209677c0a001df2c9b95054c4ea945710655a07a3bba9f \
setuptools==50.3.2 \
--hash=sha256:2c242a0856fbad7efbe560df4a7add9324f340cf48df43651e9604924466794a \
--hash=sha256:ed0519d27a243843b05d82a5e9d01b0b083d9934eaa3d02779a23da18077bd3c \
# via -r etc/requirements/base.txt, gunicorn, zc.lockfile

0 comments on commit 72353b6

Please sign in to comment.