Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upd libs #258

Merged
merged 22 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c341ea9
Update pydantic from 2.7.1 to 2.7.2
pyup-bot May 28, 2024
c81cd42
Merge pull request #248 from AndreiDrang/pyup-update-pydantic-2.7.1-t…
AndreiDrang May 29, 2024
0ff3d31
Update pydantic-settings from 2.2.1 to 2.3.0
pyup-bot Jun 3, 2024
79a7b18
Merge pull request #249 from AndreiDrang/pyup-update-pydantic-setting…
AndreiDrang Jun 3, 2024
ad06f8c
Update pydantic from 2.7.2 to 2.7.3
pyup-bot Jun 3, 2024
55d6b55
Merge pull request #250 from AndreiDrang/pyup-update-pydantic-2.7.2-t…
AndreiDrang Jun 3, 2024
783c4ba
Update pydantic-settings from 2.3.0 to 2.3.1
pyup-bot Jun 5, 2024
a57079b
Merge pull request #251 from AndreiDrang/pyup-update-pydantic-setting…
AndreiDrang Jun 5, 2024
ad450f6
Update README.md
AndreiDrang Jun 8, 2024
7e32ec6
Update pydantic-settings from 2.3.1 to 2.3.2
pyup-bot Jun 11, 2024
88c6913
Merge pull request #252 from AndreiDrang/pyup-update-pydantic-setting…
AndreiDrang Jun 12, 2024
b5b4761
Update pydantic from 2.7.3 to 2.7.4
pyup-bot Jun 12, 2024
6a53b5d
Merge pull request #253 from AndreiDrang/pyup-update-pydantic-2.7.3-t…
AndreiDrang Jun 12, 2024
58e4065
[github-actions] Bump paambaati/codeclimate-action from 6.0.0 to 8.0.0
dependabot[bot] Jun 12, 2024
aea2478
Merge pull request #254 from AndreiDrang/dependabot/github_actions/pa…
AndreiDrang Jun 13, 2024
a5dab0e
Update pydantic-settings from 2.3.2 to 2.3.3
pyup-bot Jun 13, 2024
48158b0
Merge pull request #255 from AndreiDrang/pyup-update-pydantic-setting…
AndreiDrang Jun 13, 2024
0e2ba82
fix: docs/requirements.txt to reduce vulnerabilities
snyk-bot Jun 19, 2024
67e6e1d
Merge pull request #256 from AndreiDrang/snyk-fix-a267faf9bffbb298475…
AndreiDrang Jun 19, 2024
8b8f594
fix: docs/requirements.txt to reduce vulnerabilities
snyk-bot Jun 19, 2024
2653753
Merge pull request #257 from AndreiDrang/snyk-fix-a267faf9bffbb298475…
AndreiDrang Jun 19, 2024
dedaff1
Update .python-version
AndreiDrang Jun 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
verbose: true

- name: Upload coverage to Code Climate
uses: paambaati/codeclimate-action@v6.0.0
uses: paambaati/codeclimate-action@v8.0.0
with:
coverageLocations: ${{github.workspace}}/coverage/coverage.xml:coverage.py
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.5
3.11.9
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ If you have any questions, please send a message to the [Telegram](https://t.me/

Or email [email protected]

***

You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.

***


## How to install?

### pip
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ sphinx==7.3.7
pallets_sphinx_themes==2.1.3
myst-parser==3.0.1
autodoc_pydantic==2.2.0
pydantic==2.7.1
pydantic-settings==2.2.1
pydantic==2.7.4
pydantic-settings==2.3.3
enum-tools[sphinx]==0.12.0
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
Loading