Skip to content

Commit 8300f8e

Browse files
committed
Bumped dependencies
1 parent 6562121 commit 8300f8e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please see below and the **samples** folder for some usage examples.
2626
# System Requirements
2727

2828
* Python 3.x
29-
* PyYAML 6.0 (https://pypi.org/project/PyYAML/)
29+
* PyYAML 6.x (https://pypi.org/project/PyYAML/)
3030

3131
# Basic usage
3232

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyyaml==6.0
1+
pyyaml==6.0.1

requirements_ci.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
22

3-
flake8==5.0.4
4-
pycodestyle==2.9.1
5-
build==0.8.0
3+
flake8==6.1.0
4+
pycodestyle==2.11.0
5+
build==0.10.0

requirements_dev.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22

3-
flake8==5.0.4
4-
pycodestyle==2.9.1
5-
build==0.8.0
6-
twine==4.0.1
3+
flake8==6.1.0
4+
pycodestyle==2.11.0
5+
build==0.10.0
6+
twine==4.0.2

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages =
2424
mumailer
2525
include_package_data = False
2626
install_requires =
27-
pyyaml==6.0
27+
pyyaml==6.0.1
2828

2929
[options.package_data]
3030
mumailer = samples/*

0 commit comments

Comments
 (0)