diff --git a/changelogs/unreleased/8368-dependabot.yml b/changelogs/unreleased/8368-dependabot.yml new file mode 100644 index 0000000000..cfa0e7629e --- /dev/null +++ b/changelogs/unreleased/8368-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump setproctitle from 1.3.3 to 1.3.4 +destination-branches: +- master +sections: {} diff --git a/requirements.txt b/requirements.txt index dd87ee41fe..275c6f8bd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ toml==0.10.2 typing_inspect==0.9.0 build==1.2.2.post1 ruamel.yaml==0.18.6 -setproctitle==1.3.3 +setproctitle==1.3.4 # Optional import in code graphviz==0.20.3