Skip to content

Commit

Permalink
Merge remote-tracking branch 'structure-local/py' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed May 10, 2023
2 parents 2199a2f + cbdec02 commit 983ff71
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ $(HOME)/.local/var/log/docker-multi-platform-host-install.log:

# Retrieve VCS data needed for versioning (tags) and release (release notes).
$(VCS_FETCH_TARGETS): ./.git/logs/HEAD
git_fetch_args=--tags
git_fetch_args="--tags --prune --prune-tags --force"
if [ "$$(git rev-parse --is-shallow-repository)" == "true" ]
then
git_fetch_args+=" --unshallow"
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+upgrade-requirements.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade all requirements to the latest versions as of Wed May 10 06:49:51 PM UTC 2023.
2 changes: 1 addition & 1 deletion requirements/py310/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mccabe==0.7.0
# flake8
# prospector
# pylint
mypy==1.2.0
mypy==1.3.0
# via prospector
mypy-extensions==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mccabe==0.7.0
# flake8
# prospector
# pylint
mypy==1.2.0
mypy==1.3.0
# via prospector
mypy-extensions==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/py37/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mccabe==0.7.0
# flake8
# prospector
# pylint
mypy==1.2.0
mypy==1.3.0
# via prospector
mypy-extensions==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/py38/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mccabe==0.7.0
# flake8
# prospector
# pylint
mypy==1.2.0
mypy==1.3.0
# via prospector
mypy-extensions==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/py39/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mccabe==0.7.0
# flake8
# prospector
# pylint
mypy==1.2.0
mypy==1.3.0
# via prospector
mypy-extensions==1.0.0
# via
Expand Down

0 comments on commit 983ff71

Please sign in to comment.