Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c06d3c7dd2a10bcfd93863813c09300d83d28904
Choose a base ref
..
head repository: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0625f0f3e6b89c128e9755cf70dbdf35723522a0
Choose a head ref
Showing with 208 additions and 175 deletions.
  1. +1 −1 Makefile
  2. +0 −1 requirements.in
  3. +72 −58 requirements/3.6.txt
  4. +70 −58 requirements/3.7.txt
  5. +65 −57 requirements/3.8.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ requirements : ${REQUIREMENTS}
${REQUIREMENTS} : requirements/%.txt : requirements.in setup.py
mkdir -p $(dir $@)
${RUN} -w /workspace -v `pwd`:/workspace python:$* bash -c \
"pip install pip-tools && pip-compile -v -o $@ $<"
"pip install pip-tools && pip-compile -v --upgrade -o $@ $<"


# Targets to build docker images
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -4,4 +4,3 @@ flake8
pytest
pytest-cov
sphinx
docker<4.3.0
130 changes: 72 additions & 58 deletions requirements/3.6.txt
Original file line number Diff line number Diff line change
@@ -8,46 +8,47 @@
# via -r requirements.in
alabaster==0.7.12
# via sphinx
attrs==19.3.0
attrs==20.3.0
# via
# jsonschema
# pytest
babel==2.8.0
babel==2.9.0
# via sphinx
bcrypt==3.2.0
# via paramiko
cached-property==1.5.1
cached-property==1.5.2
# via docker-compose
cachetools==4.1.1
cachetools==4.2.1
# via google-auth
certifi==2020.6.20
certifi==2020.12.5
# via requests
cffi==1.14.2
cffi==1.14.5
# via
# bcrypt
# cryptography
# pynacl
chardet==3.0.4
chardet==4.0.0
# via requests
codecov==2.1.8
codecov==2.1.11
# via -r requirements.in
coverage==5.2.1
coverage==5.5
# via
# codecov
# pytest-cov
cryptography==3.0
cryptography==3.4.7
# via paramiko
cx-oracle==8.0.0
cx-oracle==8.1.0
# via testcontainers
dataclasses==0.8
# via libcst
deprecation==2.1.0
# via testcontainers
distro==1.5.0
# via docker-compose
docker-compose==1.26.2
docker-compose==1.29.1
# via testcontainers
docker[ssh]==4.2.2
docker[ssh]==5.0.0
# via
# -r requirements.in
# docker-compose
# testcontainers
dockerpty==0.4.1
@@ -56,21 +57,23 @@ docopt==0.6.2
# via docker-compose
docutils==0.16
# via sphinx
flake8==3.8.3
flake8==3.9.1
# via -r requirements.in
google-api-core[grpc]==1.22.1
google-api-core[grpc]==1.26.3
# via google-cloud-pubsub
google-auth==1.20.1
google-auth==1.29.0
# via google-api-core
google-cloud-pubsub==1.7.0
google-cloud-pubsub==2.4.1
# via testcontainers
googleapis-common-protos[grpc]==1.52.0
googleapis-common-protos[grpc]==1.53.0
# via
# google-api-core
# grpc-google-iam-v1
greenlet==1.0.0
# via sqlalchemy
grpc-google-iam-v1==0.12.3
# via google-cloud-pubsub
grpcio==1.31.0
grpcio==1.37.0
# via
# google-api-core
# googleapis-common-protos
@@ -79,118 +82,122 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==1.7.0
importlib-metadata==3.10.1
# via
# flake8
# jsonschema
# pluggy
# pytest
iniconfig==1.0.1
# sqlalchemy
iniconfig==1.1.1
# via pytest
jinja2==2.11.2
jinja2==2.11.3
# via sphinx
jsonschema==3.2.0
# via docker-compose
kafka-python==2.0.2
# via testcontainers
libcst==0.3.18
# via google-cloud-pubsub
markupsafe==1.1.1
# via jinja2
mccabe==0.6.1
# via flake8
more-itertools==8.4.0
# via pytest
neo4j==4.1.0
mypy-extensions==0.4.3
# via typing-inspect
neo4j==4.2.1
# via testcontainers
packaging==20.4
packaging==20.9
# via
# deprecation
# google-api-core
# pytest
# sphinx
paramiko==2.7.1
paramiko==2.7.2
# via docker
pluggy==0.13.1
# via pytest
protobuf==3.13.0
proto-plus==1.18.1
# via google-cloud-pubsub
protobuf==3.15.8
# via
# google-api-core
# googleapis-common-protos
psycopg2-binary==2.8.5
# proto-plus
psycopg2-binary==2.8.6
# via testcontainers
py==1.9.0
py==1.10.0
# via pytest
pyasn1-modules==0.2.8
# via google-auth
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pycodestyle==2.6.0
pycodestyle==2.7.0
# via flake8
pycparser==2.20
# via cffi
pyflakes==2.2.0
pyflakes==2.3.1
# via flake8
pygments==2.6.1
pygments==2.8.1
# via sphinx
pymongo==3.11.0
pymongo==3.11.3
# via testcontainers
pymysql==0.10.0
pymysql==1.0.2
# via testcontainers
pynacl==1.4.0
# via paramiko
pyodbc==4.0.30
# via testcontainers
pyparsing==2.4.7
# via packaging
pyrsistent==0.16.0
pyrsistent==0.17.3
# via jsonschema
pytest-cov==2.10.1
pytest-cov==2.11.1
# via -r requirements.in
pytest==6.0.1
pytest==6.2.3
# via
# -r requirements.in
# pytest-cov
python-dotenv==0.14.0
python-dotenv==0.17.0
# via docker-compose
pytz==2020.1
pytz==2021.1
# via
# babel
# google-api-core
# neo4j
pyyaml==5.3.1
# via docker-compose
pyyaml==5.4.1
# via
# docker-compose
# libcst
redis==3.5.3
# via testcontainers
requests==2.24.0
requests==2.25.1
# via
# codecov
# docker
# docker-compose
# google-api-core
# sphinx
rsa==4.6
rsa==4.7.2
# via google-auth
selenium==3.141.0
# via testcontainers
six==1.15.0
# via
# bcrypt
# cryptography
# docker
# docker-compose
# dockerpty
# google-api-core
# google-auth
# grpcio
# jsonschema
# packaging
# protobuf
# pynacl
# pyrsistent
# websocket-client
snowballstemmer==2.0.0
snowballstemmer==2.1.0
# via sphinx
sphinx==3.2.1
sphinx==3.5.4
# via -r requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
@@ -204,23 +211,30 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
sqlalchemy==1.3.18
sqlalchemy==1.4.8
# via testcontainers
texttable==1.6.2
texttable==1.6.3
# via docker-compose
toml==0.10.1
toml==0.10.2
# via pytest
urllib3==1.25.10
typing-extensions==3.7.4.3
# via
# importlib-metadata
# libcst
# typing-inspect
typing-inspect==0.6.0
# via libcst
urllib3==1.26.4
# via
# requests
# selenium
websocket-client==0.57.0
websocket-client==0.58.0
# via
# docker
# docker-compose
wrapt==1.12.1
# via testcontainers
zipp==3.1.0
zipp==3.4.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Loading