salt/requirements/static/ci/py3.9/freebsd.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

600 lines
15 KiB
Text
Raw Normal View History

2020-06-03 13:58:37 +01:00
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-emit-index-url --output-file=requirements/static/ci/py3.9/freebsd.txt requirements/base.txt requirements/pytest.txt requirements/static/ci/common.in requirements/static/ci/freebsd.in requirements/static/pkg/freebsd.in requirements/zeromq.txt
2020-06-03 13:58:37 +01:00
#
2024-04-22 17:16:07 +01:00
aiohttp==3.9.5
2023-11-23 15:57:45 -07:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
# etcd3-py
aiosignal==1.3.1
2023-11-23 15:57:45 -07:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# aiohttp
annotated-types==0.6.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# pydantic
apache-libcloud==3.7.0 ; sys_platform != "win32"
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
asn1crypto==1.5.1
2021-05-05 08:53:16 +01:00
# via
# certvalidator
# oscrypto
2023-11-23 15:57:45 -07:00
async-timeout==4.0.3
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# aiohttp
2024-02-19 13:10:20 +00:00
attrs==23.2.0
2021-05-05 08:53:16 +01:00
# via
2023-11-23 15:57:45 -07:00
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# aiohttp
2021-05-05 08:53:16 +01:00
# jsonschema
# pytest-salt-factories
# pytest-shell-utilities
# pytest-skip-markers
# pytest-subtests
# pytest-system-statistics
autocommand==2.2.2
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# jaraco.text
bcrypt==4.0.1
# via
# -r requirements/static/ci/common.in
# paramiko
boto3==1.26.152
2021-05-05 08:53:16 +01:00
# via
# -r requirements/static/ci/common.in
# moto
2020-06-03 13:58:37 +01:00
boto==2.49.0
# via -r requirements/static/ci/common.in
botocore==1.29.152
2021-05-05 08:53:16 +01:00
# via
# boto3
# moto
# s3transfer
cachetools==5.3.1
2021-05-05 08:53:16 +01:00
# via google-auth
cassandra-driver==3.28.0
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2024-07-18 14:09:17 -07:00
certifi==2023.07.22 ; python_version < "3.10"
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
2024-07-18 14:09:17 -07:00
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# kubernetes
# requests
certvalidator==0.11.1
# via vcert
cffi==1.16.0
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
2021-05-05 08:53:16 +01:00
# -r requirements/static/ci/common.in
# cryptography
# napalm
# pynacl
2023-08-15 22:29:25 +01:00
charset-normalizer==3.2.0
2023-05-23 08:35:07 -06:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
2023-05-23 08:35:07 -06:00
# requests
cheetah3==3.2.6.post1
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
cheroot==10.0.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# cherrypy
cherrypy==18.8.0
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# -r requirements/static/ci/common.in
click==8.1.3
2021-05-05 08:53:16 +01:00
# via geomet
clustershell==1.9.1
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
Merge Freeze into Master (#60074) * Merge 3002.6 bugfix changes (#59822) * Pass `CI_RUN` as an environment variable to the test run. This allows us to know if we're running the test suite under a CI environment or not and adapt/adjust if needed * Migrate `unit.setup` to PyTest * Backport ae36b15 just for test_install.py * Only skip tests on CI runs * Always store git sha in _version.py during installation * Fix PEP440 compliance. The wheel metadata version 1.2 states that the package version MUST be PEP440 compliant. This means that instead of `3002.2-511-g033c53eccb`, the salt version string should look like `3002.2+511.g033c53eccb`, a post release of `3002.2` ahead by 511 commits with the git sha `033c53eccb` * Fix and migrate `tests/unit/test_version.py` to PyTest * Skip test if `easy_install` is not available * We also need to be PEP440 compliant when there's no git history * Allow extra_filerefs as sanitized kwargs for SSH client * Fix regression on cmd.run when passing tuples as cmd Co-authored-by: Alexander Graul <agraul@suse.com> * Add unit tests to ensure cmd.run accepts tuples * Add unit test to check for extra_filerefs on SSH opts * Add changelog file * Fix comment for test case * Fix unit test to avoid failing on Windows * Skip failing test on windows * Fix test to work on Windows * Add all ssh kwargs to sanitize_kwargs method * Run pre-commit * Fix pylint * Fix cmdmod loglevel and module_names tests * Fix pre-commit * Skip ssh tests if binary does not exist * Use setup_loader for cmdmod test * Prevent argument injection in restartcheck * Add changelog for restartcheck fix * docs_3002.6 * Add back tests removed in merge Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> * Remove glance state module in favor of glance_image * update wording in changelog * bump deprecation warning to Silicon. * Updating warnutil version to Phosphorous. * Update salt/modules/keystone.py Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> * Check $HOMEBREW_PREFIX when linking against libcrypto When loading `libcrypto`, Salt checks for a Homebrew installation of `openssl` at Homebrew's default prefix of `/usr/local`. However, on Apple Silicon Macs, Homebrew's default installation prefix is `/opt/homebrew`. On all platforms, the prefix is configurable. If Salt doesn't find one of those `libcrypto`s, it will fall back on the un-versioned `/usr/lib/libcrypto.dylib`, which will cause the following crash: Application Specific Information: /usr/lib/libcrypto.dylib abort() called Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. This commit checks $HOMEBREW_PREFIX instead of hard-coding `/usr/local`. * Add test case * Add changelog for 59808 * Add changelog entry * Make _find_libcrypto fail on Big Sur if it can't find a library Right now, if `_find_libcrypto` can't find any externally-managed versions of libcrypto, it will fall back on the pre-Catalina un-versioned system libcrypto. This does not exist on Big Sur and it would be better to raise an exception here rather than crashing later when trying to open it. * Update _find_libcrypto tests This commit simplifies the unit tests for _find_libcrypto by mocking out the host's filesystem and testing the common libcrypto installations (brew, ports, etc.) on Big Sur. It simplifies the tests for falling back on system versions of libcrypto on previous versions of macOS. * Fix description of test_find_libcrypto_with_system_before_catalina * Patch sys.platform for test_rsax931 tests * modules/match: add missing "minion_id" in Pillar example The documented Pillar example for `match.filter_by` lacks the `minion_id` parameter. Without it, the assignment won't work as expected. - fix documentation - add tests: - to prove the misbehavior of the documented example - to prove the proper behaviour when supplying `minion_id` - to ensure some misbehaviour observed with compound matchers doesn't occur * Fix for issue #59773 - When instantiating the loader grab values of grains and pillars if they are NamedLoaderContext instances. - The loader uses a copy of opts. - Impliment deepcopy on NamedLoaderContext instances. * Add changelog for #59773 * _get_initial_pillar function returns pillar * Fix linter issues * Clean up test * Bump deprecation release for neutron * Uncomment Sulfur release name * Removing the _ext_nodes deprecation warning and alias. * Adding changelog. * Renaming changelog file. * Update 59804.removed * Initial pass at fips_mode config option * Fix pre-commit * Fix tests and add changelog * update docs 3003 * update docs 3003 - newline * Fix warts in changelog * update releasenotes 3003 * add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests * add distro_arch * changing the cloud platforms file missed in 1a9b7be0e2f300d87924731dc5816fd1000cd22b * Update __utils__ calls to import utils in azure * Add changelog for 59744 * Fix azure unit tests and move to pytest * Use contextvars from site-packages for thin If a contextvars package exists one of the site-packages locations use it for the generated thin tarball. This overrides python's builtin contextvars and allows salt-ssh to work with python <=3.6 even when the master's python is >3.6 (Fixes #59942) * Add regression test for #59942 * Add changelog for #59942 * Update filemap to include test_py_versions * Fix broken thin tests * Always install the `contextvars` backport, even on Py3.7+ Without this change, salt-ssh cannot target systems with Python <= 3.6 * Use salt-factories to handle the container. Don't override default roster * Fix thin tests on windows * No need to use warn log level here * Fix getsitepackages for old virtualenv versions * Add explicit pyobjc reqs * Add back the passthrough stuff * Remove a line so pre-commit will run * Bugfix release docs * Bugfix release docs * Removing pip-compile log files * Fix failing test tests.unit.grains.test_core.CoreGrainsTestCase.test_xen_virtual * Fix pre-commit for docs.txt reqs Co-authored-by: Daniel Wozniak <dwozniak@saltstack.com> Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@wiked.org> Co-authored-by: Hoa-Long Tam <hoalong@apple.com> Co-authored-by: krionbsd <krion@freebsd.org> Co-authored-by: Elias Probst <e.probst@ssc-services.de> Co-authored-by: Daniel A. Wozniak <dwozniak@vmware.com> Co-authored-by: Frode Gundersen <frogunder@gmail.com> Co-authored-by: twangboy <slee@saltstack.com> Co-authored-by: twangboy <leesh@vmware.com> Co-authored-by: ScriptAutomate <derek@icanteven.io>
2021-04-27 11:47:47 -04:00
contextvars==2.4
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
croniter==2.0.5 ; sys_platform != "win32"
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2024-10-22 15:28:59 -07:00
cryptography==42.0.5 ; python_version < "3.13"
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
# etcd3-py
2021-05-05 08:53:16 +01:00
# moto
# paramiko
# pyopenssl
# trustme
2021-05-05 08:53:16 +01:00
# vcert
2024-01-24 15:02:25 +00:00
distlib==0.3.8
2021-05-05 08:53:16 +01:00
# via virtualenv
distro==1.8.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
# pytest-skip-markers
dnspython==2.6.1
2021-05-05 08:53:16 +01:00
# via
# -r requirements/static/ci/common.in
# python-etcd
2024-06-24 03:22:49 -07:00
docker==7.1.0 ; python_version >= "3.8"
# via -r requirements/pytest.txt
etcd3-py==0.1.6
# via -r requirements/static/ci/common.in
exceptiongroup==1.1.1
2022-11-17 08:44:43 -07:00
# via pytest
2023-11-26 16:10:40 +00:00
filelock==3.13.1
2021-05-05 08:53:16 +01:00
# via virtualenv
2024-03-13 07:48:43 +00:00
flaky==3.8.1
2021-05-05 08:53:16 +01:00
# via -r requirements/pytest.txt
2024-01-24 15:02:25 +00:00
frozenlist==1.4.1
# via
2023-11-23 15:57:45 -07:00
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# aiohttp
# aiosignal
future==0.18.3
2021-05-05 08:53:16 +01:00
# via
# napalm
# textfsm
genshi==0.7.7
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
geomet==0.2.1.post1
# via cassandra-driver
gitdb==4.0.10
2021-05-05 08:53:16 +01:00
# via gitpython
2024-04-22 17:16:07 +01:00
gitpython==3.1.43
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2024-01-25 09:47:57 +00:00
google-auth==2.27.0
2021-05-05 08:53:16 +01:00
# via kubernetes
hglib==2.6.2
# via -r requirements/static/ci/freebsd.in
idna==3.7
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# etcd3-py
# requests
# trustme
# yarl
immutables==0.15
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# contextvars
importlib-metadata==6.6.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2024-02-07 11:09:05 +00:00
inflect==7.0.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# jaraco.text
iniconfig==2.0.0
2021-05-05 08:53:16 +01:00
# via pytest
ipaddress==1.0.23
2021-05-05 08:53:16 +01:00
# via kubernetes
jaraco.collections==4.1.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# cherrypy
jaraco.context==4.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# jaraco.text
jaraco.functools==3.7.0
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# cheroot
# jaraco.text
2021-05-05 08:53:16 +01:00
# tempora
jaraco.text==3.11.1
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# jaraco.collections
jinja2==3.1.6
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# junos-eznc
# moto
# napalm
2023-01-16 09:09:39 +00:00
jmespath==1.0.1
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
2022-09-12 10:23:25 -07:00
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# -r requirements/static/ci/common.in
# boto3
# botocore
jsonschema==3.2.0
# via -r requirements/static/ci/common.in
junit-xml==1.9
# via -r requirements/static/ci/common.in
junos-eznc==2.6.7 ; sys_platform != "win32"
2021-05-05 08:53:16 +01:00
# via
# -r requirements/static/ci/common.in
# napalm
jxmlease==1.0.3 ; sys_platform != "win32"
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
kazoo==2.9.0 ; sys_platform != "win32" and sys_platform != "darwin"
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2020-06-03 13:58:37 +01:00
keyring==5.7.1
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2020-06-03 13:58:37 +01:00
kubernetes==3.0.0
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
libnacl==1.8.0 ; sys_platform != "win32" and sys_platform != "darwin"
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2023-11-26 16:10:40 +00:00
looseversion==1.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
lxml==4.9.2
2021-05-05 08:53:16 +01:00
# via
# junos-eznc
# napalm
# ncclient
# xmldiff
mako==1.2.4
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2023-11-26 16:10:40 +00:00
markupsafe==2.1.3
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# jinja2
# mako
# werkzeug
mercurial==6.4.4
# via -r requirements/static/ci/freebsd.in
mock==5.1.0
# via -r requirements/pytest.txt
more-itertools==9.1.0
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/pytest.txt
2021-05-05 08:53:16 +01:00
# cheroot
# cherrypy
# jaraco.functools
# jaraco.text
moto==4.1.11
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2024-10-22 15:28:59 -07:00
msgpack==1.0.7 ; python_version < "3.13"
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# pytest-salt-factories
multidict==6.0.4
# via
2023-11-23 15:57:45 -07:00
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# aiohttp
# yarl
napalm==4.1.0 ; sys_platform != "win32"
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
ncclient==0.6.13
# via
# junos-eznc
# napalm
netaddr==0.8.0
2021-05-05 08:53:16 +01:00
# via
# junos-eznc
# napalm
# pyeapi
netmiko==4.2.0
# via napalm
netutils==1.6.0
# via napalm
networkx==3.1
# via
# -c requirements/constraints.txt
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2023-11-05 16:52:51 +00:00
ntc-templates==4.0.1
# via netmiko
oscrypto==1.3.0
2021-05-05 08:53:16 +01:00
# via certvalidator
packaging==23.1
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
# pytest
2023-12-30 01:34:25 -07:00
paramiko==3.4.0 ; sys_platform != "win32" and sys_platform != "darwin"
2021-05-05 08:53:16 +01:00
# via
# -r requirements/static/ci/common.in
# junos-eznc
# napalm
# ncclient
# netmiko
# scp
passlib==1.7.4
# via -r requirements/static/ci/common.in
pathspec==0.11.1
# via yamllint
2023-11-26 16:10:40 +00:00
platformdirs==4.0.0
# via virtualenv
2024-03-12 09:52:47 +00:00
pluggy==1.4.0
2021-05-05 08:53:16 +01:00
# via pytest
portend==3.1.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# cherrypy
psutil==5.9.6 ; python_version <= "3.9"
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
2021-09-24 00:24:11 -05:00
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# pytest-salt-factories
# pytest-shell-utilities
# pytest-system-statistics
pyasn1-modules==0.3.0
2021-05-05 08:53:16 +01:00
# via google-auth
2024-01-25 09:47:57 +00:00
pyasn1==0.5.1
2021-05-05 08:53:16 +01:00
# via
# pyasn1-modules
# rsa
2023-08-15 22:29:25 +01:00
pycparser==2.21
Merge freeze into master (#62438) * fixes saltstack/salt#62372 unable to use random shuffle and sample functions as Jinja filters * move random_shuffle and random_sample logic to utils * static seed in tests seems to have shifted * static seed in tests require hash module * Change Tiamat to onedir in release notes * Reinstate known issues * Update release notes with onedir package support policy * need to check the version of Netmiko python library and then import the exceptions from different locations depending on the result. * Adding changelog. * swap out if...else for double try...except. * Remove extra fix we don't need anymore * [Docs] include onedir system python note * Update all platforms to use pycparser 2.21 or greater for Py 3.9 or higher, fixes fips fault with openssl v3.x * Remove the PyObjC dependency Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> * Add "<tiamat> python" subcommand to allow execution or arbitrary scripts via bundled Python runtime * Document usage of bundled Python runtime for Client API * Use explicit locals for custom script execution, handle exception in similar fashion as Python * Remove old __file__ replacement * Apply suggestions from code review Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: nicholasmhughes <nicholasmhughes@gmail.com> Co-authored-by: Alyssa Rock <alyssa.rock@gmail.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Twangboy <leesh@vmware.com> Co-authored-by: David Murphy < dmurphy@saltstack.com> Co-authored-by: Pedro Algarvio <palgarvio@vmware.com> Co-authored-by: Lukas Raska <lukas@raska.me> Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2022-08-08 11:27:10 -06:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
Merge freeze into master (#62438) * fixes saltstack/salt#62372 unable to use random shuffle and sample functions as Jinja filters * move random_shuffle and random_sample logic to utils * static seed in tests seems to have shifted * static seed in tests require hash module * Change Tiamat to onedir in release notes * Reinstate known issues * Update release notes with onedir package support policy * need to check the version of Netmiko python library and then import the exceptions from different locations depending on the result. * Adding changelog. * swap out if...else for double try...except. * Remove extra fix we don't need anymore * [Docs] include onedir system python note * Update all platforms to use pycparser 2.21 or greater for Py 3.9 or higher, fixes fips fault with openssl v3.x * Remove the PyObjC dependency Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> * Add "<tiamat> python" subcommand to allow execution or arbitrary scripts via bundled Python runtime * Document usage of bundled Python runtime for Client API * Use explicit locals for custom script execution, handle exception in similar fashion as Python * Remove old __file__ replacement * Apply suggestions from code review Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: nicholasmhughes <nicholasmhughes@gmail.com> Co-authored-by: Alyssa Rock <alyssa.rock@gmail.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Twangboy <leesh@vmware.com> Co-authored-by: David Murphy < dmurphy@saltstack.com> Co-authored-by: Pedro Algarvio <palgarvio@vmware.com> Co-authored-by: Lukas Raska <lukas@raska.me> Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2022-08-08 11:27:10 -06:00
# cffi
pycryptodomex==3.19.1
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/crypto.txt
pydantic-core==2.16.3
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# pydantic
pydantic==2.6.4
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# inflect
pyeapi==1.0.0
2021-05-05 08:53:16 +01:00
# via napalm
pyfakefs==5.3.1
# via -r requirements/pytest.txt
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
pynacl==1.5.0
2023-07-13 11:26:36 -06:00
# via
# -r requirements/static/ci/common.in
# paramiko
pyopenssl==24.0.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
# etcd3-py
pyparsing==3.0.9
# via junos-eznc
pyrsistent==0.19.3
2021-05-05 08:53:16 +01:00
# via jsonschema
pyserial==3.5
2021-05-05 08:53:16 +01:00
# via
# junos-eznc
# netmiko
pytest-custom-exit-code==0.3.0
# via -r requirements/pytest.txt
pytest-helpers-namespace==2021.12.29
# via
# -r requirements/pytest.txt
# pytest-salt-factories
# pytest-shell-utilities
pytest-httpserver==1.0.8
# via -r requirements/pytest.txt
pytest-salt-factories==1.0.1
2021-05-05 08:53:16 +01:00
# via -r requirements/pytest.txt
pytest-shell-utilities==1.8.0 ; python_version <= "3.9"
# via
# -r requirements/pytest.txt
# pytest-salt-factories
pytest-skip-markers==1.5.2 ; python_version >= "3.8"
# via
# -r requirements/pytest.txt
# pytest-salt-factories
# pytest-shell-utilities
# pytest-system-statistics
pytest-subtests==0.11.0
2021-05-05 08:53:16 +01:00
# via -r requirements/pytest.txt
pytest-system-statistics==1.0.2
# via pytest-salt-factories
2024-03-07 21:38:31 +00:00
pytest-timeout==2.3.1
# via -r requirements/pytest.txt
2024-03-12 09:52:47 +00:00
pytest==8.1.1
2021-05-05 08:53:16 +01:00
# via
# -r requirements/pytest.txt
# pytest-custom-exit-code
2021-05-05 08:53:16 +01:00
# pytest-helpers-namespace
# pytest-salt-factories
# pytest-shell-utilities
# pytest-skip-markers
2021-05-05 08:53:16 +01:00
# pytest-subtests
# pytest-system-statistics
# pytest-timeout
python-dateutil==2.8.2
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# botocore
# croniter
# kubernetes
# moto
# vcert
2020-06-03 13:58:37 +01:00
python-etcd==0.4.5
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2024-02-07 11:09:05 +00:00
python-gnupg==0.5.2
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2024-02-07 11:09:05 +00:00
pytz==2024.1
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# croniter
2021-05-05 08:53:16 +01:00
# tempora
pyvmomi==8.0.1.0.1
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
pyyaml==6.0.1
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# clustershell
# junos-eznc
# kubernetes
# napalm
# netmiko
# pytest-salt-factories
# responses
# yamllint
2021-05-05 08:53:16 +01:00
# yamlordereddictloader
2024-10-22 15:28:59 -07:00
pyzmq==25.1.2 ; python_version < "3.13"
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/zeromq.txt
2021-05-05 08:53:16 +01:00
# pytest-salt-factories
2024-07-18 14:09:17 -07:00
requests==2.31.0 ; python_version < "3.10"
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# apache-libcloud
# docker
# etcd3-py
2021-05-05 08:53:16 +01:00
# kubernetes
# moto
# napalm
# responses
# vcert
responses==0.23.1
2021-05-05 08:53:16 +01:00
# via moto
2020-06-03 13:58:37 +01:00
rfc3987==1.3.8
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
rsa==4.9
# via google-auth
s3transfer==0.6.1
2021-05-05 08:53:16 +01:00
# via boto3
scp==0.14.5
2021-05-05 08:53:16 +01:00
# via
# junos-eznc
# napalm
# netmiko
semantic-version==2.10.0
# via etcd3-py
setproctitle==1.3.2
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
six==1.16.0
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
2021-05-05 08:53:16 +01:00
# cassandra-driver
# etcd3-py
# genshi
2021-05-05 08:53:16 +01:00
# geomet
# jsonschema
# junit-xml
2021-05-05 08:53:16 +01:00
# junos-eznc
# kazoo
# kubernetes
# ncclient
# python-dateutil
# pyvmomi
# textfsm
# transitions
# vcert
# websocket-client
2024-03-14 13:06:00 +00:00
smmap==5.0.1
2021-05-05 08:53:16 +01:00
# via gitdb
sqlparse==0.5.0
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2020-06-03 13:58:37 +01:00
strict-rfc3339==0.7
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2023-09-20 15:52:18 +01:00
tempora==5.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# portend
textfsm==1.1.3
2021-05-05 08:53:16 +01:00
# via
# -r requirements/static/ci/common.in
2021-05-05 08:53:16 +01:00
# napalm
# netmiko
# ntc-templates
timelib==0.3.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2020-12-19 16:59:39 +01:00
toml==0.10.2
# via -r requirements/static/ci/common.in
tomli==2.0.1
# via pytest
tornado==6.3.3
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
transitions==0.9.0
2021-05-05 08:53:16 +01:00
# via junos-eznc
trustme==1.1.0
# via -r requirements/pytest.txt
ttp-templates==0.3.5
# via napalm
ttp==0.9.5
# via
# napalm
# ttp-templates
types-pyyaml==6.0.1
# via responses
typing-extensions==4.8.0
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
2024-02-07 11:09:05 +00:00
# inflect
# napalm
# pydantic
# pydantic-core
# pytest-shell-utilities
# pytest-system-statistics
2023-10-29 09:24:34 +00:00
urllib3==1.26.18
2021-05-05 08:53:16 +01:00
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# botocore
# docker
2021-05-05 08:53:16 +01:00
# kubernetes
# python-etcd
# requests
# responses
2024-10-22 15:28:59 -07:00
vcert==0.9.1 ; sys_platform != "win32" and python_version < "3.13.0"
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
2023-11-26 16:10:40 +00:00
virtualenv==20.24.7
# via
# -r requirements/static/ci/common.in
# pytest-salt-factories
watchdog==3.0.0
2021-05-05 08:53:16 +01:00
# via -r requirements/static/ci/common.in
websocket-client==0.40.0
2024-06-24 03:22:49 -07:00
# via kubernetes
wempy==0.2.1
# via -r requirements/static/ci/common.in
werkzeug==3.0.3
# via
# moto
# pytest-httpserver
xmldiff==2.6.3
# via -r requirements/static/ci/common.in
xmltodict==0.13.0
2021-05-05 08:53:16 +01:00
# via moto
yamllint==1.32.0
# via -r requirements/static/ci/freebsd.in
2021-05-05 08:53:16 +01:00
yamlordereddictloader==0.4.0
# via junos-eznc
2023-11-23 15:57:45 -07:00
yarl==1.9.4
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# aiohttp
2023-09-25 11:41:20 +01:00
zc.lockfile==3.0.post1
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# cherrypy
zipp==3.16.2
# via
# -c requirements/static/ci/../pkg/py3.9/freebsd.txt
# importlib-metadata
2021-05-05 08:53:16 +01:00
# The following packages are considered to be unsafe in a requirements file:
# setuptools