|
8 | 8 | alabaster==0.7.12 # via sphinx
|
9 | 9 | attrs==19.3.0 # via jsonschema, pytest
|
10 | 10 | babel==2.8.0 # via sphinx
|
11 |
| -bcrypt==3.1.7 # via paramiko |
| 11 | +bcrypt==3.2.0 # via paramiko |
12 | 12 | blindspin==2.0.1 # via testcontainers
|
13 | 13 | cached-property==1.5.1 # via docker-compose
|
14 |
| -cachetools==4.0.0 # via google-auth |
15 |
| -certifi==2019.11.28 # via requests |
16 |
| -cffi==1.14.0 # via bcrypt, cryptography, pynacl |
| 14 | +cachetools==4.1.1 # via google-auth |
| 15 | +certifi==2020.6.20 # via requests |
| 16 | +cffi==1.14.2 # via bcrypt, cryptography, pynacl |
17 | 17 | chardet==3.0.4 # via requests
|
18 |
| -codecov==2.1.7 # via -r requirements.in |
| 18 | +codecov==2.1.8 # via -r requirements.in |
19 | 19 | colorama==0.4.3 # via crayons
|
20 |
| -coverage==5.0.3 # via codecov, pytest-cov |
21 |
| -crayons==0.3.0 # via testcontainers |
22 |
| -cryptography==2.8 # via paramiko |
23 |
| -cx-oracle==7.3.0 # via testcontainers |
| 20 | +coverage==5.2.1 # via codecov, pytest-cov |
| 21 | +crayons==0.3.1 # via testcontainers |
| 22 | +cryptography==3.0 # via paramiko |
| 23 | +cx-oracle==8.0.0 # via testcontainers |
24 | 24 | deprecation==2.1.0 # via testcontainers
|
25 |
| -docker-compose==1.25.4 # via testcontainers |
26 |
| -docker[ssh]==4.2.0 # via docker-compose, testcontainers |
| 25 | +distro==1.5.0 # via docker-compose |
| 26 | +docker-compose==1.26.2 # via testcontainers |
| 27 | +docker[ssh]==4.2.2 # via -r requirements.in, docker-compose, testcontainers |
27 | 28 | dockerpty==0.4.1 # via docker-compose
|
28 | 29 | docopt==0.6.2 # via docker-compose
|
29 | 30 | docutils==0.16 # via sphinx
|
30 |
| -entrypoints==0.3 # via flake8 |
31 |
| -flake8==3.7.9 # via -r requirements.in |
32 |
| -google-api-core[grpc]==1.16.0 # via google-cloud-pubsub |
33 |
| -google-auth==1.11.2 # via google-api-core |
34 |
| -google-cloud-pubsub==1.2.0 # via testcontainers |
35 |
| -googleapis-common-protos[grpc]==1.51.0 # via google-api-core, grpc-google-iam-v1 |
| 31 | +flake8==3.8.3 # via -r requirements.in |
| 32 | +google-api-core[grpc]==1.22.1 # via google-cloud-pubsub |
| 33 | +google-auth==1.20.1 # via google-api-core |
| 34 | +google-cloud-pubsub==1.7.0 # via testcontainers |
| 35 | +googleapis-common-protos[grpc]==1.52.0 # via google-api-core, grpc-google-iam-v1 |
36 | 36 | grpc-google-iam-v1==0.12.3 # via google-cloud-pubsub
|
37 |
| -grpcio==1.27.2 # via google-api-core, googleapis-common-protos, grpc-google-iam-v1 |
38 |
| -idna==2.9 # via requests |
| 37 | +grpcio==1.31.0 # via google-api-core, googleapis-common-protos, grpc-google-iam-v1 |
| 38 | +idna==2.10 # via requests |
39 | 39 | imagesize==1.2.0 # via sphinx
|
40 |
| -importlib-metadata==1.5.0 # via jsonschema, pluggy, pytest |
| 40 | +importlib-metadata==1.7.0 # via flake8, jsonschema, pluggy, pytest |
| 41 | +iniconfig==1.0.1 # via pytest |
41 | 42 | jinja2==2.11.2 # via sphinx
|
42 | 43 | jsonschema==3.2.0 # via docker-compose
|
43 | 44 | markupsafe==1.1.1 # via jinja2
|
44 | 45 | mccabe==0.6.1 # via flake8
|
45 |
| -more-itertools==8.2.0 # via pytest |
46 |
| -packaging==20.1 # via deprecation, pytest, sphinx |
| 46 | +more-itertools==8.4.0 # via pytest |
| 47 | +neo4j==4.1.0 # via testcontainers |
| 48 | +packaging==20.4 # via deprecation, pytest, sphinx |
47 | 49 | paramiko==2.7.1 # via docker
|
48 | 50 | pluggy==0.13.1 # via pytest
|
49 |
| -protobuf==3.11.3 # via google-api-core, googleapis-common-protos |
50 |
| -psycopg2-binary==2.8.4 # via testcontainers |
51 |
| -py==1.8.1 # via pytest |
| 51 | +protobuf==3.13.0 # via google-api-core, googleapis-common-protos |
| 52 | +psycopg2-binary==2.8.5 # via testcontainers |
| 53 | +py==1.9.0 # via pytest |
52 | 54 | pyasn1-modules==0.2.8 # via google-auth
|
53 | 55 | pyasn1==0.4.8 # via pyasn1-modules, rsa
|
54 |
| -pycodestyle==2.5.0 # via flake8 |
55 |
| -pycparser==2.19 # via cffi |
56 |
| -pyflakes==2.1.1 # via flake8 |
| 56 | +pycodestyle==2.6.0 # via flake8 |
| 57 | +pycparser==2.20 # via cffi |
| 58 | +pyflakes==2.2.0 # via flake8 |
57 | 59 | pygments==2.6.1 # via sphinx
|
58 |
| -pymongo==3.10.1 # via testcontainers |
59 |
| -pymysql==0.9.3 # via testcontainers |
60 |
| -pynacl==1.3.0 # via paramiko |
| 60 | +pymongo==3.11.0 # via testcontainers |
| 61 | +pymysql==0.10.0 # via testcontainers |
| 62 | +pynacl==1.4.0 # via paramiko |
61 | 63 | pyodbc==4.0.30 # via testcontainers
|
62 |
| -pyparsing==2.4.6 # via packaging |
63 |
| -pyrsistent==0.15.7 # via jsonschema |
64 |
| -pytest-cov==2.8.1 # via -r requirements.in |
65 |
| -pytest==5.3.5 # via -r requirements.in, pytest-cov |
66 |
| -pytz==2019.3 # via babel, google-api-core |
67 |
| -pyyaml==5.3 # via docker-compose |
68 |
| -redis==3.4.1 # via testcontainers |
69 |
| -requests==2.23.0 # via codecov, docker, docker-compose, google-api-core, sphinx |
70 |
| -rsa==4.0 # via google-auth |
| 64 | +pyparsing==2.4.7 # via packaging |
| 65 | +pyrsistent==0.16.0 # via jsonschema |
| 66 | +pytest-cov==2.10.1 # via -r requirements.in |
| 67 | +pytest==6.0.1 # via -r requirements.in, pytest-cov |
| 68 | +python-dotenv==0.14.0 # via docker-compose |
| 69 | +pytz==2020.1 # via babel, google-api-core, neo4j |
| 70 | +pyyaml==5.3.1 # via docker-compose |
| 71 | +redis==3.5.3 # via testcontainers |
| 72 | +requests==2.24.0 # via codecov, docker, docker-compose, google-api-core, sphinx |
| 73 | +rsa==4.6 # via google-auth |
71 | 74 | selenium==3.141.0 # via testcontainers
|
72 |
| -six==1.14.0 # via bcrypt, cryptography, docker, docker-compose, dockerpty, google-api-core, google-auth, grpcio, jsonschema, packaging, protobuf, pynacl, pyrsistent, websocket-client |
| 75 | +six==1.15.0 # via bcrypt, cryptography, docker, docker-compose, dockerpty, google-api-core, google-auth, grpcio, jsonschema, packaging, protobuf, pynacl, pyrsistent, websocket-client |
73 | 76 | snowballstemmer==2.0.0 # via sphinx
|
74 |
| -sphinx==3.0.3 # via -r requirements.in |
| 77 | +sphinx==3.2.1 # via -r requirements.in |
75 | 78 | sphinxcontrib-applehelp==1.0.2 # via sphinx
|
76 | 79 | sphinxcontrib-devhelp==1.0.2 # via sphinx
|
77 | 80 | sphinxcontrib-htmlhelp==1.0.3 # via sphinx
|
78 | 81 | sphinxcontrib-jsmath==1.0.1 # via sphinx
|
79 | 82 | sphinxcontrib-qthelp==1.0.3 # via sphinx
|
80 | 83 | sphinxcontrib-serializinghtml==1.1.4 # via sphinx
|
81 |
| -sqlalchemy==1.3.13 # via testcontainers |
| 84 | +sqlalchemy==1.3.18 # via testcontainers |
82 | 85 | texttable==1.6.2 # via docker-compose
|
83 |
| -urllib3==1.25.8 # via requests, selenium |
84 |
| -wcwidth==0.1.8 # via pytest |
| 86 | +toml==0.10.1 # via pytest |
| 87 | +urllib3==1.25.10 # via requests, selenium |
85 | 88 | websocket-client==0.57.0 # via docker, docker-compose
|
86 |
| -wrapt==1.12.0 # via testcontainers |
87 |
| -zipp==3.0.0 # via importlib-metadata |
| 89 | +wrapt==1.12.1 # via testcontainers |
| 90 | +zipp==3.1.0 # via importlib-metadata |
88 | 91 |
|
89 | 92 | # The following packages are considered to be unsafe in a requirements file:
|
90 | 93 | # setuptools
|
0 commit comments