File tree 9 files changed +27
-13
lines changed
9 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 1
1
gunicorn==20.1.0
2
2
ddtrace==1.6.0
3
+ # Until resolved https://github.com/googleapis/python-bigquery/issues/1435
4
+ packaging<22.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.10
3
- # To update, run :
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command :
4
4
#
5
5
# pip-compile --allow-unsafe --generate-hashes --output-file=requirements/deploy.txt requirements/deploy.in
6
6
#
@@ -116,7 +116,9 @@ jsonschema==4.17.0 \
116
116
packaging==21.3 \
117
117
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
118
118
--hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
119
- # via ddtrace
119
+ # via
120
+ # -r requirements/deploy.in
121
+ # ddtrace
120
122
protobuf==4.21.9 \
121
123
--hash=sha256:2c9c2ed7466ad565f18668aa4731c535511c5d9a40c6da39524bccf43e441719 \
122
124
--hash=sha256:48e2cd6b88c6ed3d5877a3ea40df79d08374088e89bedc32557348848dff250b \
Original file line number Diff line number Diff line change 3
3
sphinxcontrib-httpdomain
4
4
myst-parser
5
5
docutils<0.19
6
+ # Until resolved https://github.com/googleapis/python-bigquery/issues/1435
7
+ packaging<22.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.10
3
- # To update, run :
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command :
4
4
#
5
5
# pip-compile --allow-unsafe --generate-hashes --output-file=requirements/docs.txt requirements/docs.in
6
6
#
@@ -112,7 +112,9 @@ myst-parser==0.18.1 \
112
112
packaging==21.3 \
113
113
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
114
114
--hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
115
- # via sphinx
115
+ # via
116
+ # -r requirements/docs.in
117
+ # sphinx
116
118
pygments==2.13.0 \
117
119
--hash=sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1 \
118
120
--hash=sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.10
3
- # To update, run :
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command :
4
4
#
5
5
# pip-compile --allow-unsafe --generate-hashes --output-file=requirements/lint.txt requirements/lint.in
6
6
#
Original file line number Diff line number Diff line change @@ -70,3 +70,5 @@ WTForms[email]>=2.0.0
70
70
yara-python
71
71
zope.sqlalchemy
72
72
zxcvbn
73
+ # Until resolved https://github.com/googleapis/python-bigquery/issues/1435
74
+ packaging<22.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.10
3
- # To update, run :
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command :
4
4
#
5
5
# pip-compile --allow-unsafe --generate-hashes --output-file=requirements/main.txt requirements/main.in
6
6
#
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ pytest>=3.0.0
7
7
pytest-postgresql>=3.1.3,<4.0.0
8
8
responses>=0.5.1
9
9
webtest
10
+ # Until resolved https://github.com/googleapis/python-bigquery/issues/1435
11
+ packaging<22.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.10
3
- # To update, run :
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command :
4
4
#
5
5
# pip-compile --allow-unsafe --generate-hashes --output-file=requirements/tests.txt requirements/tests.in
6
6
#
@@ -111,7 +111,9 @@ mirakuru==2.4.2 \
111
111
packaging==21.3 \
112
112
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \
113
113
--hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
114
- # via pytest
114
+ # via
115
+ # -r requirements/tests.in
116
+ # pytest
115
117
pluggy==1.0.0 \
116
118
--hash=sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 \
117
119
--hash=sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3
You can’t perform that action at this time.
0 commit comments