Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed May 9, 2023
1 parent 55ae63a commit d1d1620
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions doc/update_requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Update requirements(-dev).txt

1. `pip install pip-upgrader`
2. `pip-upgrade requirements-dev.txt --skip-package-installation`
3. `pip install -r requirements-dev.txt`
4. Test the changes
5. Commit
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# tests
coverage==6.2
requests==2.27.1
unittest-xml-reporting==3.1.0
coverage==7.2.5
requests==2.30.0
unittest-xml-reporting==3.2.0
xvfbwrapper==0.2.9
# linting
black==22.6.0
flake8==5.0.4
mypy==0.971
black==23.3.0
flake8==6.0.0
mypy==1.2.0
# TODO: Use "--install-types" when https://github.com/python/mypy/issues/10600 is solved.
types-requests==2.28.9
types-requests==2.30.0.0

0 comments on commit d1d1620

Please sign in to comment.