Skip to content

Commit

Permalink
Merge pull request #209 from amadeus4dev/update-dependences
Browse files Browse the repository at this point in the history
Update Sphinx version
  • Loading branch information
tsolakoua committed Apr 9, 2024
2 parents 9e35e61 + 78a1c53 commit 8bf7e5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
python -m pip install -r requirements.txt
- name: Test with tox
run: |
tox -e py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1"
python -m pip install -r requirements.txt
- name: Test with tox
run: |
tox -e py
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ application <https://developers.amadeus.com/my-apps/>`__.
response = amadeus.shopping.flight_offers_search.get(
originLocationCode='MAD',
destinationLocationCode='ATH',
departureDate='2022-11-01',
departureDate='2024-11-01',
adults=1)
print(response.data)
except ResponseError as error:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
flake8==3.8.0
flake8-quotes==2.1.1
tox==3.20.0
sphinx==3.4.1
sphinx==5.0.0
sphinx-rtd-theme==0.5.2
pytest==7.2.0
pytest-cov==4.0.0
Jinja2<3.1

0 comments on commit 8bf7e5b

Please sign in to comment.