Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jan 29, 2024
2 parents cb2a3ce + 403768e commit e8ff6ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile '.\requirements-coverage.in'
#
coverage==7.4.0
coverage==7.4.1
# via -r dev_requirements/requirements-coverage.in
2 changes: 1 addition & 1 deletion dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytest==8.0.0
# via -r dev_requirements/requirements-type_check.in
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
pytz==2023.4
# via pandas
six==1.16.0
# via python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.2.0
# maus
click==8.1.7
# via -r requirements.in
colorlog==6.8.0
colorlog==6.8.2
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
Expand All @@ -34,7 +34,7 @@ python-dateutil==2.8.2
# via pandas
python-docx==1.1.0
# via -r requirements.in
pytz==2023.3.post1
pytz==2023.4
# via pandas
six==1.16.0
# via python-dateutil
Expand Down

0 comments on commit e8ff6ef

Please sign in to comment.