Skip to content

Commit

Permalink
Fix atlassian api version (#62)
Browse files Browse the repository at this point in the history
* Update to 1.4.3

* Update to 1.4.3

* Update to 1.4.4

* Update to 1.4.7

* Update to 1.4.7

* Update to 1.4.8

* Update to 1.4.8

* Update to 1.4.8

* Update to 1.4.8

* Update to 1.4.8
  • Loading branch information
wwakabobik authored Jan 17, 2024
1 parent ce0d556 commit f93e1c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.5"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -25,6 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libkrb5-dev
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint reorder-python-imports
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requests==2.31.0
xmltodict==0.13.0
testrail-api>=1.12.9
testrail-api>=1.12.1
plotly==5.18.0
psutil==5.9.7
atlassian-python-api<=3.41.5
atlassian-python-api>=3.41.7
kaleido==0.2.1
httplib2==0.22.0
google-auth-httplib2==0.2.0
Expand Down

0 comments on commit f93e1c3

Please sign in to comment.