Skip to content

Commit

Permalink
chore: unbreak pip-compile-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jan 7, 2022
1 parent 3b5cee4 commit 680849e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
pyrsistent>=0.16.1,<0.17
zipp==3.4.1
sasl==0.3.1
wrapt==1.12.1 # required by astroid<2.9 until we bump pylint
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:04efc15075d69b1a2b5fa6c76b84c77a2f5c04e3
# SHA1:8e1f4e29cff52824dc5e1c2937c4ea1b1b3187fe
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -164,7 +164,7 @@ numpy==1.21.1
# via
# pandas
# pyarrow
packaging==21.0
packaging==21.3
# via
# bleach
# deprecation
Expand All @@ -189,7 +189,7 @@ pyjwt==1.7.1
# flask-jwt-extended
pymeeus==0.5.11
# via convertdate
pyparsing==2.4.7
pyparsing==3.0.6
# via
# apache-superset
# packaging
Expand Down
1 change: 0 additions & 1 deletion requirements/integration.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ pre-commit
tox
py>=1.10.0
click==7.1.2
packaging==21.0
10 changes: 4 additions & 6 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:17ab2346746deadfc557e1df96014e77c8337f4b
# SHA1:03eb2d96afe21f1bda1ab33b4cf84e670a1efe21
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -24,10 +24,8 @@ identify==2.2.13
# via pre-commit
nodeenv==1.6.0
# via pre-commit
packaging==21.0
# via
# -r requirements/integration.in
# tox
packaging==21.3
# via tox
pep517==0.11.0
# via pip-tools
pip-compile-multi==2.4.1
Expand All @@ -44,7 +42,7 @@ py==1.10.0
# via
# -r requirements/integration.in
# tox
pyparsing==2.4.7
pyparsing==3.0.6
# via packaging
pyyaml==5.4.1
# via pre-commit
Expand Down
1 change: 0 additions & 1 deletion requirements/testing.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ pytest
pytest-cov
statsd
pytest-mock
packaging==21.0
# DB dependencies
-e file:.[bigquery]
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:4aabffca9a6688f2911d6f8697495e7045a529d0
# SHA1:9658361c2ab00a6b27c5875b7b3557c2999854ba
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_git_sha() -> str:
"parsedatetime",
"pgsanity",
"polyline",
"pyparsing>=2.4.7, <3.0.0",
"pyparsing>=3.0.6, <4",
"python-dateutil",
"python-dotenv",
"python-geohash",
Expand Down

0 comments on commit 680849e

Please sign in to comment.