Skip to content

Commit

Permalink
chore: updates dependencies. closes #101, closes #102, closes #103, c…
Browse files Browse the repository at this point in the history
…loses #104, closes #105, closes #107, closes #108
  • Loading branch information
mitchos committed Apr 14, 2022
1 parent 16500ad commit f87e1cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sphinx==4.4.0
restfly==1.4.5
python-box==5.4.1
furo==2022.2.23
pre-commit==2.17.0
pytest==7.0.1
responses==0.18.0
sphinx==4.5.0
restfly==1.4.6
python-box==6.0.2
furo==2022.4.7
pre-commit==2.18.1
pytest==7.1.1
responses==0.20.0
requests==2.27.1
toml==0.10.2
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ include = [

[tool.poetry.dependencies]
python = "^3.7"
restfly = "1.4.5"
python-box = "5.4.1"
restfly = "1.4.6"
python-box = "6.0.2"

[tool.poetry.dev-dependencies]
python = "^3.7"
restfly = "1.4.5"
python-box = "5.4.1"
Sphinx = "4.4.0"
furo = "2022.2.23"
pytest = "7.0.1"
restfly = "1.4.6"
python-box = "6.0.2"
Sphinx = "4.5.0"
furo = "2022.4.7"
pytest = "7.1.1"
requests = "2.27.1"
pre-commit = "2.17.0"
responses = "0.18.0"
pre-commit = "2.18.1"
responses = "0.20.0"
toml = "0.10.2"

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
restfly==1.4.5
python-box==5.4.1
restfly==1.4.6
python-box==6.0.2

0 comments on commit f87e1cc

Please sign in to comment.