Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADAP-788: Unleash the boundsssss #736

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 23 additions & 25 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,26 @@
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter

# if version 1.x or greater -> pin to major version
# if version 0.x -> pin to minor
black~=23.7
bumpversion~=0.6.0
click~=8.1
ddtrace~=1.17
flake8~=6.1
flaky~=3.7
freezegun~=1.2
ipdb~=0.13.13
mypy==1.4.1 # patch updates have historically introduced breaking changes
pip-tools~=7.2
pre-commit~=3.3
pre-commit-hooks~=4.4
pytest~=7.4
pytest-csv~=3.0
pytest-dotenv~=0.5.2
pytest-logbook~=1.2
pytest-xdist~=3.3
pytz~=2023.3
tox~=4.6
types-pytz~=2023.3
types-requests~=2.31
twine~=4.0
wheel~=0.41
black~=23.0
bumpversion
click
ddtrace
flake8
flaky
freezegun
ipdb
mypy~=1.0
pip-tools
pre-commit
pre-commit-hooks
pytest
pytest-csv
pytest-dotenv
pytest-logbook
pytest-xdist
pytz
tox~=4.0
types-pytz
types-requests
twine
wheel
Loading