Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/cryptography-42.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rmr1d3r committed May 7, 2024
2 parents b112879 + 0c198d5 commit 7877e4d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker==7.0.0
ecdsa==0.18.0
exceptiongroup==1.2.0
graphql-core==3.2.3
idna==3.6
idna==3.7
importlib-resources==6.1.1
iniconfig==2.0.0
jinja2==3.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exceptiongroup==1.2.0
ghp-import==2.1.0
graphql-core==3.2.3
htmlmin==0.1.12
idna==3.6
idna==3.7
importlib-metadata==7.0.1
importlib-resources==6.1.1
iniconfig==2.0.0
Expand Down

0 comments on commit 7877e4d

Please sign in to comment.