Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit ba74653

Browse files
authored
Merge branch 'main' into docs/furo
2 parents 113f689 + 35ae700 commit ba74653

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
8686
- name: Upload coverage data
8787
if: always() && matrix.session == 'tests'
88-
uses: "actions/upload-artifact@v2.2.4"
88+
uses: "actions/upload-artifact@v2.3.0"
8989
with:
9090
name: coverage-data
9191
path: ".coverage.*"
9292

9393
- name: Upload documentation
9494
if: matrix.session == 'docs-build'
95-
uses: actions/upload-artifact@v2.2.4
95+
uses: actions/upload-artifact@v2.3.0
9696
with:
9797
name: docs
9898
path: docs/_build
@@ -126,7 +126,7 @@ jobs:
126126
nox --version
127127
128128
- name: Download coverage data
129-
uses: actions/download-artifact@v2.0.10
129+
uses: actions/download-artifact@v2.1.0
130130
with:
131131
name: coverage-data
132132

CODE_OF_CONDUCT.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This Code of Conduct applies within all community spaces, and also applies when
4848
Enforcement
4949
-----------
5050

51-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at thiagocavila@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
51+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at staticdev-support@protonmail.com. All complaints will be reviewed and investigated promptly and fairly.
5252

5353
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
5454

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ python = "^3.7"
3333
django = ">=2.0"
3434

3535
[tool.poetry.dev-dependencies]
36-
black = "^21.11b1"
36+
black = "^21.12b0"
3737
flake8 = "^4.0.1"
3838
flake8-bandit = "^2.1.2"
3939
flake8-bugbear = "^21.11.29"
4040
safety = "^1.10.3"
4141
pytest = "^6.2.5"
4242
mypy = "^0.910"
4343
reorder-python-imports = "^2.6.0"
44-
pre-commit = "^2.15.0"
45-
pytest-django = "^4.1.0"
44+
pre-commit = "^2.16.0"
45+
pytest-django = "^4.5.2"
4646
pygments = "^2.10.0"
4747
xdoctest = "^0.15.10"
4848
sphinx = "^4.3.1"

0 commit comments

Comments
 (0)