Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Issue grantmcconnaughey#54 - Upgrade dependencies pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
bugale committed Jul 11, 2022
1 parent 2c7942a commit cbdf65d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Jinja2<3.0
Jinja2<4.0
PyGithub<2.0
cached-property<2.0
ci-py
click<7.0
click<9.0
codecov
coverage
flake8
mock
pytest
python-gitlab<2.0
python-gitlab<4.0
tox
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
dependencies = [
'ci-py',
'cached-property<2.0',
'click<8.0',
'Jinja2<3.0',
'click<9.0',
'Jinja2<4.0',
'PyGithub<2.0',
'python-gitlab<2.0',
'python-gitlab<4.0',
'six',
]

Expand Down

0 comments on commit cbdf65d

Please sign in to comment.