Skip to content
Snippets Groups Projects
Commit 04793808 authored by jan.bednarik's avatar jan.bednarik
Browse files

upgrade requirements

parent b1d8b45c
No related branches found
No related tags found
No related merge requests found
Pipeline #5517 passed
stages:
- build
image: docker:20.10.8
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG_APP: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
services:
- docker:20.10.8-dind
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build_app:
stage: build
script:
- docker pull $CI_REGISTRY_IMAGE:master || true
- docker build --cache-from $CI_REGISTRY_IMAGE:master -t $IMAGE_TAG_APP .
- docker push $IMAGE_TAG_APP
FROM python:3.7-alpine FROM python:3.8-slim
RUN mkdir /code RUN mkdir /code
WORKDIR /code WORKDIR /code
......
Django Django<3
requests requests
arrow arrow
pyjwt pyjwt
......
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile with python 3.8
# To update, run: # To update, run:
# #
# pip-compile --output-file requirements.txt requirements.in # pip-compile requirements.in
# #
arrow==0.12.1 arrow==1.2.0
bleach==3.0.2 # via -r requirements.in
certifi==2018.10.15 # via requests bleach==4.1.0
chardet==3.0.4 # via requests # via -r requirements.in
django==2.1.2 certifi==2021.5.30
idna==2.7 # via requests # via requests
pyjwt==1.6.4 charset-normalizer==2.0.6
python-dateutil==2.7.3 # via arrow # via requests
pytz==2018.5 # via django django==2.2.24
requests==2.20.0 # via -r requirements.in
six==1.11.0 # via bleach, python-dateutil idna==3.2
urllib3==1.24 # via requests # via requests
webencodings==0.5.1 # via bleach packaging==21.0
# via bleach
pyjwt==2.1.0
# via -r requirements.in
pyparsing==2.4.7
# via packaging
python-dateutil==2.8.2
# via arrow
pytz==2021.1
# via django
requests==2.26.0
# via -r requirements.in
six==1.16.0
# via
# bleach
# python-dateutil
sqlparse==0.4.2
# via django
urllib3==1.26.7
# via requests
webencodings==0.5.1
# via bleach
# #
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile with python 3.8
# To update, run: # To update, run:
# #
# pip-compile --output-file test-requirements.txt test-requirements.in # pip-compile test-requirements.in
# #
atomicwrites==1.2.1 # via pytest attrs==21.2.0
attrs==18.2.0 # via pytest # via pytest
more-itertools==4.3.0 # via pytest iniconfig==1.1.1
pluggy==0.8.0 # via pytest # via pytest
py==1.7.0 # via pytest packaging==21.0
pytest-django==3.4.3 # via pytest
pluggy==1.0.0
# via pytest
py==1.10.0
# via pytest
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
# -r test-requirements.in
# pytest-django
# pytest-env
pytest-django==4.4.0
# via -r test-requirements.in
pytest-env==0.6.2 pytest-env==0.6.2
pytest==3.9.1 # via -r test-requirements.in
six==1.11.0 # via more-itertools, pytest toml==0.10.2
# via pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment