dependabot[bot] commited on
Commit
387b994
·
1 Parent(s): 613668a

Bump pyyaml from 6.0 to 6.0.1

Browse files

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1.
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1)

---
updated-dependencies:
- dependency-name: pyyaml
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -20,7 +20,7 @@ pyrogram==2.0.106; python_version >= "3.8"
20
  pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
21
  python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
22
  pytz==2023.3
23
- pyyaml==6.0; python_version >= "3.6"
24
  regex==2023.6.3; python_version >= "3.6"
25
  requests==2.28.2
26
  rfc3986==1.5.0; python_version >= "3.7"
 
20
  pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
21
  python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
22
  pytz==2023.3
23
+ pyyaml==6.0.1; python_version >= "3.6"
24
  regex==2023.6.3; python_version >= "3.6"
25
  requests==2.28.2
26
  rfc3986==1.5.0; python_version >= "3.7"