Skip to content

Commit

Permalink
Merge branch 'master' into feat/stage-instances
Browse files Browse the repository at this point in the history
  • Loading branch information
null-domain authored Nov 15, 2023
2 parents 6692e38 + 8a083a2 commit 423302d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dev-requirements/flake8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ flake8==6.1.0

flake8-bandit~=4.1.1 # runs bandit
flake8-black==0.3.6 # runs black
flake8-builtins==2.1.0 # builtin shadowing checks
flake8-builtins==2.2.0 # builtin shadowing checks
flake8-coding==1.3.2 # coding magic-comment detection
flake8-comprehensions==3.14.0 # comprehension checks
flake8-docstrings==1.7.0 # pydocstyle support
flake8-executable==2.1.3 # shebangs
flake8-fixme==1.1.1 # "fix me" counter
flake8-functions==0.0.8 # function linting
flake8-html==0.4.3 # html output
flake8-isort==6.1.0 # runs isort
flake8-isort==6.1.1 # runs isort
flake8-mutable==1.2.0 # mutable default argument detection
flake8-pep3101==2.0.0 # new-style format strings only
flake8-pep3101==2.1.0 # new-style format strings only
flake8-print==5.0.0 # complain about print statements in code
flake8-printf-formatting==1.1.2 # forbey printf-style python2 string formatting
flake8-pytest-style==1.7.2 # pytest checks
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements/formatting.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==23.10.1
black==23.11.0
isort==5.12.0
2 changes: 1 addition & 1 deletion dev-requirements/pyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyright==1.1.333
pyright==1.1.336
2 changes: 1 addition & 1 deletion dev-requirements/slotscheck.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
slotscheck==0.17.0
slotscheck==0.17.1
2 changes: 1 addition & 1 deletion dev-requirements/sphinx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ myst-parser==2.0.0
# Misc extensions
sphinxext.opengraph==0.9.0
sphinx-copybutton==0.5.2
sphinxcontrib-towncrier==0.3.2a0
sphinxcontrib-towncrier==0.4.0a0
2 changes: 1 addition & 1 deletion dev-requirements/towncrier.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
towncrier==23.10.0
towncrier==23.11.0

0 comments on commit 423302d

Please sign in to comment.