Skip to content

Commit

Permalink
fix: Fixing requirements and rst check
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nuzzo-Mueller committed Aug 2, 2023
1 parent 741f9c4 commit fdc3e9e
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 77 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ How To Contribute
-----------------

Contributions are very welcome.
Please read `How To Contribute <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
Please read `The Contribution Guide <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
Even though they were written with ``edx-platform`` in mind, the guidelines
should be followed for all Open edX projects.

Expand All @@ -73,11 +73,11 @@ https://discuss.openedx.org where you can connect with others in the community.
Our real-time conversations are on Slack. You can request a `Slack
invitation`_, then join our `community Slack team`_.

For more information about these options, see the `Getting Help`_ page.
For more information about these options, see the `getting assistance`_ page.

.. _Slack invitation: https://openedx-slack-invite.herokuapp.com/
.. _community Slack team: https://openedx.slack.com/
.. _Getting Help: https://openedx.org/getting-help
.. _getting assistance: https://openedx.org/getting-help

.. |pypi-badge| image:: https://img.shields.io/pypi/v/dbt-schema-builder.svg
:target: https://pypi.python.org/pypi/dbt-schema-builder/
Expand Down
16 changes: 10 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==23.1.0
# referencing
babel==2.12.1
# via agate
certifi==2023.5.7
certifi==2023.7.22
# via
# requests
# snowflake-connector-python
Expand All @@ -33,7 +33,7 @@ click==8.1.6
# via dbt-core
colorama==0.4.6
# via dbt-core
cryptography==40.0.2
cryptography==41.0.3
# via
# pyopenssl
# snowflake-connector-python
Expand Down Expand Up @@ -75,7 +75,7 @@ jsonschema==4.18.4
# via hologram
jsonschema-specifications==2023.7.1
# via jsonschema
keyring==23.13.1
keyring==24.2.0
# via snowflake-connector-python
leather==0.3.4
# via agate
Expand All @@ -89,7 +89,7 @@ mashumaro[msgpack]==3.6
# via dbt-core
minimal-snowplow-tracker==0.0.2
# via dbt-core
more-itertools==9.1.0
more-itertools==10.0.0
# via jaraco-classes
msgpack==1.0.5
# via mashumaro
Expand All @@ -104,10 +104,12 @@ packaging==23.1
# snowflake-connector-python
parsedatetime==2.4
# via agate
pathspec==0.11.1
pathspec==0.11.2
# via dbt-core
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.8.1
# via snowflake-connector-python
protobuf==4.23.4
# via dbt-core
pycparser==2.21
Expand Down Expand Up @@ -150,14 +152,16 @@ six==1.16.0
# leather
# minimal-snowplow-tracker
# python-dateutil
snowflake-connector-python[secure-local-storage]==3.0.4
snowflake-connector-python[secure-local-storage]==3.1.0
# via dbt-snowflake
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.4.3
# via dbt-core
text-unidecode==1.3
# via python-slugify
tomlkit==0.12.1
# via snowflake-connector-python
typing-extensions==4.7.1
# via
# dbt-core
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cachetools==5.3.1
# via tox
chardet==5.1.0
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
Expand All @@ -21,7 +21,7 @@ packaging==23.1
# -c requirements/constraints.txt
# pyproject-api
# tox
platformdirs==3.9.1
platformdirs==3.10.0
# via
# tox
# virtualenv
Expand All @@ -35,5 +35,5 @@ tomli==2.0.1
# tox
tox==4.6.4
# via -r requirements/ci.in
virtualenv==20.24.0
virtualenv==20.24.2
# via tox
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

-r pip-tools.txt # pip-tools and its dependencies, for managing requirements files
-r quality.txt # Core and quality check dependencies
-r ci.txt # tox and related dependencies

diff-cover # Changeset diff test coverage
tox
tox-battery # Makes tox aware of requirements file changes
57 changes: 22 additions & 35 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ build==0.10.0
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.1
# via
# -r requirements/ci.txt
# tox
certifi==2023.5.7
# via tox
certifi==2023.7.22
# via
# -r requirements/quality.txt
# requests
Expand All @@ -46,9 +44,8 @@ cffi==1.15.1
# cryptography
# dbt-core
# snowflake-connector-python
chardet==5.1.0
chardet==5.2.0
# via
# -r requirements/ci.txt
# diff-cover
# tox
charset-normalizer==3.2.0
Expand All @@ -69,21 +66,20 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# dbt-core
# tox
coverage[toml]==7.2.7
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==40.0.2
cryptography==41.0.3
# via
# -r requirements/quality.txt
# pyopenssl
Expand All @@ -100,14 +96,12 @@ dbt-snowflake==1.5.2
# via -r requirements/quality.txt
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
# via virtualenv
edx-lint==5.3.4
# via -r requirements/quality.txt
exceptiongroup==1.1.2
Expand All @@ -116,7 +110,6 @@ exceptiongroup==1.1.2
# pytest
filelock==3.12.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# snowflake-connector-python
# tox
Expand Down Expand Up @@ -176,7 +169,7 @@ jsonschema-specifications==2023.7.1
# via
# -r requirements/quality.txt
# jsonschema
keyring==23.13.1
keyring==24.2.0
# via
# -r requirements/quality.txt
# snowflake-connector-python
Expand Down Expand Up @@ -209,7 +202,7 @@ minimal-snowplow-tracker==0.0.2
# via
# -r requirements/quality.txt
# dbt-core
more-itertools==9.1.0
more-itertools==10.0.0
# via
# -r requirements/quality.txt
# jaraco-classes
Expand All @@ -228,7 +221,6 @@ oscrypto==1.3.0
packaging==23.1
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
Expand All @@ -241,7 +233,7 @@ parsedatetime==2.4
# via
# -r requirements/quality.txt
# agate
pathspec==0.11.1
pathspec==0.11.2
# via
# -r requirements/quality.txt
# dbt-core
Expand All @@ -255,16 +247,15 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/quality.txt
# jsonschema
platformdirs==3.9.1
platformdirs==3.8.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# snowflake-connector-python
# tox
# virtualenv
pluggy==1.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# diff-cover
# pytest
Expand All @@ -273,7 +264,7 @@ protobuf==4.23.4
# via
# -r requirements/quality.txt
# dbt-core
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.txt
pycparser==2.21
# via
Expand All @@ -291,7 +282,7 @@ pyjwt==2.8.0
# via
# -r requirements/quality.txt
# snowflake-connector-python
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -316,9 +307,7 @@ pyopenssl==23.2.0
# -r requirements/quality.txt
# snowflake-connector-python
pyproject-api==1.5.3
# via
# -r requirements/ci.txt
# tox
# via tox
pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -381,7 +370,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
snowflake-connector-python[secure-local-storage]==3.0.4
snowflake-connector-python[secure-local-storage]==3.1.0
# via
# -r requirements/quality.txt
# dbt-snowflake
Expand All @@ -403,7 +392,6 @@ text-unidecode==1.3
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
Expand All @@ -414,13 +402,14 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/quality.txt
# pylint
# snowflake-connector-python
tox==4.6.4
# via
# -r requirements/ci.txt
# -r requirements/dev.in
# tox-battery
tox-battery==0.6.1
# via -r requirements/dev.in
Expand All @@ -437,15 +426,13 @@ urllib3==1.26.16
# -r requirements/quality.txt
# requests
# snowflake-connector-python
virtualenv==20.24.0
# via
# -r requirements/ci.txt
# tox
virtualenv==20.24.1
# via tox
werkzeug==2.3.6
# via
# -r requirements/quality.txt
# dbt-core
wheel==0.40.0
wheel==0.41.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
Loading

0 comments on commit fdc3e9e

Please sign in to comment.