Skip to content

Commit

Permalink
Merge branch 'trunk' into lots-more-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph authored Sep 25, 2023
2 parents aaa80e8 + 44b356e commit cc87fda
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==41.0.1
mypy==1.4.1
mypy-zope==1.0.0
mypy==1.5.1
mypy-zope==1.0.1
types-click==7.1.8
2 changes: 1 addition & 1 deletion requirements/pre-commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.3.3
pre-commit==3.4.0
4 changes: 2 additions & 2 deletions requirements/release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==8.1.6
GitPython==3.1.32
click==8.1.7
GitPython==3.1.34
incremental[scripts]==22.10.0
twine==4.0.2
4 changes: 2 additions & 2 deletions requirements/sphinx.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
Sphinx==7.2.5
sphinx-rtd-theme==2.0.0rc2

0 comments on commit cc87fda

Please sign in to comment.