Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Jun 15, 2023
1 parent bd4e1c5 commit a396356
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
select = B,B9,C,D,DAR,E,F,N,RST,S,W
ignore = B905,E203,E501,E741,RST201,RST203,RST301,RST303,W503
ignore = B028,B905,E203,E501,E741,RST201,RST203,RST301,RST303,W503
max-line-length = 80
docstring-convention = google
per-file-ignores = tests/*:S101,__init__.py:F401,post.py:C901
Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo==2022.12.7
sphinx==5.3.0
furo==2023.5.20
sphinx==7.0.1
sphinx-click==4.4.0
sphinx-copybutton==0.5.1
sphinxext-opengraph==0.7.5
sphinx-copybutton==0.5.2
sphinxext-opengraph==0.8.2

0 comments on commit a396356

Please sign in to comment.