system-config/docker/accessbot
Jeremy Stanley 38ec695e77 Use yaml.safe_load() in accessbot
Newer versions of PyYAML have removed the ability to rely on
yaml.load() without passing an explicit Loader class. Instead,
switch to its safe_load() function which has an implicit one. The
same thing was done to our check_irc_access.py script in
I72776774eabd4e397ee5e8bdd58b3632be8fd3a1 but we never updated
accessbot similarly.

Change-Id: I32370e35c908acc3b75326a8ac5cadc25ef0760f
2021-12-30 12:42:26 +00:00
..
Dockerfile Update the accessbot image to bullseye 2021-12-13 09:18:56 -08:00
accessbot.py Use yaml.safe_load() in accessbot 2021-12-30 12:42:26 +00:00
accessbot.sh Be explicit about using python3 in docker images 2020-06-09 09:30:56 -07:00