Skip to content

Commit

Permalink
CI-1909 Bump ad_ci_tools version (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pisohaka authored Dec 7, 2022
1 parent 2199268 commit 158e3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ['ad_ci_tools==0.1.8',
requires = ['ad_ci_tools==0.1.9',
'pytz',
'setuptools',
'wheel']
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
test_deps = [
'pytest',
]
setup_deps = ['ad_ci_tools==0.1.8', 'pytz', 'setuptools', 'wheel']
setup_deps = ['ad_ci_tools==0.1.9', 'pytz', 'setuptools', 'wheel']
extras = {'test': test_deps, 'setup': setup_deps}


Expand Down Expand Up @@ -50,7 +50,7 @@ def version_build():
'pyyaml',
'coreapi',
'ipython',
'ad_ci_tools==0.1.8',
'ad_ci_tools==0.1.9',
'docker',
'jinja2',
'version_utils',
Expand Down

0 comments on commit 158e3af

Please sign in to comment.