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 5833134 commit 856a88f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
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 856a88f

Please sign in to comment.